|
PeGraphHotSpot
public event GraphHotSpotEventHandler PeGraphHotSpot;
public delegate void GraphHotSpotEventHandler(object sender, ProEssentials.EventArg.GraphHotSpotEventArgs e);
public GraphHotSpotEventArgs(bool doubleClick, int axisIndex, double x, double y)
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 |
©2022 Gigasoft, Inc. | All rights reserved.
Gigasoft is a registered trademark, and ProEssentials a trademark of Gigasoft, Inc. |