Visit Gigasoft's Web Site
 ProEssentials v9 Help

PeHorzLineAnnotHotSpot

Scope

Pego, Pesgo

 

public event HorzLineAnnotHotSpotEventHandler PeHorzLineAnnotHotSpot;

 

public delegate void HorzLineAnnotHotSpotEventHandler(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 HorzLineAnnotHotSpot event is fired when the user clicks a horizontal line annotation.

 

Comments

This event is only fired if PeUserInterface.HotSpot.YAxisLineAnnotation and or PeUserInterface.HotSpot.YAxisLineAnnotations  is True.

 

See Also: PeUserInterface.HotSpot, PeAnnotation.Line