|
PeYAxis
public event YAxisEventHandler PeYAxis;
public delegate void YAxisEventHandler(object sender, ProEssentials.EventArg.YAxisEventArgs e);
public YAxisEventArgs(bool doubleClick, int axisIndex, bool right, double y)
Description The YAxis event is fired when the user clicks along an y axis.
Comments This event is only fired if PeUserInterface.HotSpot.Axis is True.
See Also: PeXAxis event, Pego.PeUserInterface.HotSpot |
©2022 Gigasoft, Inc. | All rights reserved.
Gigasoft is a registered trademark, and ProEssentials a trademark of Gigasoft, Inc. |