|
PeYAxisLineAnnotHotSpot
public event YAxisLineAnnotHotSpotEventHandler PeYAxisLineAnnotHotSpot;
public delegate void YAxisLineAnnotHotSpotEventHandler(object sender, ProEssentials.EventArg.GraphAnnotHotSpotEventArgs e);
public GraphAnnotHotSpotEventArgs(bool doubleClick, int annotationIndex)
Description The YAxisLineAnnotHotSpot event is fired when the user clicks a line annotation label defined with PeAnnotation.Line.YAxis and PeAnnotation.Line.YAxisText
Comments This event is only fired if the hot spot is enabled with PeUserInterface.HotSpot.LineAnnotationY = true.
See Also: PeUserInterface.HotSpot
|
|
©2026 Gigasoft, Inc. | All rights reserved.
Gigasoft is a registered trademark, and ProEssentials a trademark of Gigasoft, Inc. |
|