Fires when the x value is calculated.
[Visual Basic]
Public Event CalculateX As CalculateFunctionEventHandler
[C#]
public event CalculateFunctionEventHandler CalculateX
[Delphi]
public property CalculateX: CalculateFunctionEventHandler read remove_CalculateX write add_CalculateX;
Remarks
The event handler receives an argument of type CalculateFunctionEventArgs containing data related to this event.
See Also
ParametricFunction Class | ParametricFunction Members | C1.Win.C1Chart Namespace | ParametricFunction Class
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |