Visit Gigasoft's Web Site
 ProEssentials v9 Help

PeYAxisAnnotHotSpot

Scope

Pego, Pesgo

 

public event YAxisAnnotHotSpotEventHandler PeYAxisAnnotHotSpot;

 

public delegate void YAxisAnnotHotSpotEventHandler(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 YAxisAnnotHotSpot event is fired when the user clicks a y axis annotation.

 

Comments

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

 

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