Visit Gigasoft's Web Site
 ProEssentials v9 Help

PeXAxisAnnotHotSpot

Scope

Pego, Pesgo

 

public event XAxisAnnotHotSpotEventHandler PeXAxisAnnotHotSpot;

 

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

 

public GraphAnnotHotSpotEventArgs(bool doubleClick, int annotationIndex)

 

Argument

Description

doubleClick

False = Click event

True = Double Click event

annotationIndex

Zero based index of annotation clicked.

 

Description

The XAxisAnnotHotSpot event is fired when the user clicks an x axis annotation.

 

Comments

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

 

See Also: PeAnnotation.Axis.X, Pego.PeUserInterface.HotSpot