Visit Gigasoft's Web Site
 ProEssentials v9 Help

PeVertLineAnnotHotSpot

Scope

Pego, Pesgo

 

public event VertLineAnnotHotSpotEventHandler PeVertLineAnnotHotSpot;

 

public delegate void VertLineAnnotHotSpotEventHandler(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 VertLineAnnotHotSpot event is fired when the user clicks a vertical line annotation.

 

Comments

This event is only fired if PeUserInterface.HotSpot.XAxisLineAnnotation and or PeUserInterface.HotSpot.XAxisLineAnnotations  is True.

 

See Also: PeUserInterface.HotSpot, PeAnnotation.Line