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