Visit Gigasoft's Web Site
 ProEssentials v10 Help

PeXAxisLineAnnotHotSpot

Scope

 Pe3do

 

public event XAxisLineAnnotHotSpotEventHandler PeXAxisLineAnnotHotSpot;

 

public delegate void XAxisLineAnnotHotSpotEventHandler(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 XAxisLineAnnotHotSpot event is fired when the user clicks a line annotation label defined with PeAnnotation.Line.XAxis and PeAnnotation.Line.XAxisText

 

Comments

This event is only fired if the hot spot is enabled with PeUserInterface.HotSpot.LineAnnotationX = true. 

 

See Also: PeUserInterface.HotSpot