Visit Gigasoft's Web Site
 ProEssentials v9 Help

PeXAxisLabel

Scope

Pego, Pesgo

 

public event XAxisLabelEventHandler PeXAxisLabel;

 

public delegate void XAxisLabelEventHandler(object sender, ProEssentials.EventArg.XAxisLabelEventArgs e)

 

public XAxisLabelEventArgs(bool doubleClick, bool top)

 

Parameter

Description

doubleClick

False = Click

True = Double Click

top

False = Bottom

True = Top

 

Description

The XAxisLabel event is fired when the user clicks an x axis label.

 

Comments

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

 

See Also: PeString.XAxisLabel, PeYAxisLabel event, Pego.PeUserInterface.HotSpot