Visit Gigasoft's Web Site
 ProEssentials v9 Help

PeGraphHotSpot

Scope

Pego, Pesgo, Pepso

 

public event GraphHotSpotEventHandler PeGraphHotSpot;

 

public delegate void GraphHotSpotEventHandler(object sender, ProEssentials.EventArg.GraphHotSpotEventArgs e);

 

public GraphHotSpotEventArgs(bool doubleClick, int axisIndex, double x, double y)

 

Argument

Description

doubleClick

False = Click event

True = Double Click event

axisIndex

When using PeGrid.MultiAxesSubsets, read this argument to identify axis index 0 - 5.

x

Read to identify x coordinate.

y

Read to identify y coordinate.

 

Description

The GraphHotSpot event is fired when the user clicks inside the graphs grid.

 

Comments

This event is only fired if PeUserInterface.HotSpot.Graph is True.

 

Using this event is optional, you have more control when using click event in combination with PEconvpixeltograph.  See example 007 in demo.

 

See Also: PeUserInterface.HotSpot.Data, PEconvpixeltograph