Visit Gigasoft's Web Site
 ProEssentials v9 Help

PeYAxisLabel

Scope

Pego, Pesgo

 

public event YAxisLabelEventHandler PeYAxisLabel;

 

public delegate void YAxisLabelEventHandler(object sender, ProEssentials.EventArg.YAxisLabelEventArgs e);

 

public YAxisLabelEventArgs(bool doubleClick, int axisIndex, bool right)

 

Parameter

Description

doubleClick

False = Click

True = Double Click

axisIndex

Zero based index of axis containing label.

right

False = Left

True = Right

 

Description

The YAxisLabel event is fired when the user clicks an y axis label.

 

Comments

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

 

See Also: PeString.YAxisLabel, PeXAxisLabel event, Pego.PeUserInterface.HotSpot