Visit Gigasoft's Web Site
 ProEssentials v10 Help

PeYAxisLineAnnotHotSpot

Scope

 Pe3do

 

public event YAxisLineAnnotHotSpotEventHandler PeYAxisLineAnnotHotSpot;

 

public delegate void YAxisLineAnnotHotSpotEventHandler(object sender, ProEssentials.EventArg.GraphAnnotHotSpotEventArgs e);

 

public GraphAnnotHotSpotEventArgs(bool doubleClick, int annotationIndex)

 

Argument

Description

doubleClick

False = Click event

True = Double Click event

annotationIndex

The index of the line annotation clicked.

 

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