|
PeCustomGridNumber
public event CustomGridNumberEventHandler PeCustomGridNumber;
public delegate void CustomGridNumberEventHandler(object sender, ProEssentials.EventArg.CustomGridNumberEventArgs e);
public CustomGridNumberEventArgs(int axisType, int axisIndex, double numberValue, string numberString)
Description The PeCustomGridNumber event is triggered in the process of the control building an image when PeGrid.Option.CustomGridNumbersX, PeGrid.Option.CustomGridNumbersY, PeGrid.Option.CustomGridNumbersRY, PeGrid.Option.CustomGridNumbersZ, PeGrid.Option.CustomGridNumbersTX, PeGrid.Option.CustomGridNumbersEX, PeGrid.Option.CustomGridNumbersETX is set to true.
Read the axisType, axisIndex, and numberValue arguments to learn which axis and value is being formatted and set numberString as desired.
Comments See Also: Example 132 in demo.
|
©2022 Gigasoft, Inc. | All rights reserved.
Gigasoft is a registered trademark, and ProEssentials a trademark of Gigasoft, Inc. |