Fires when the x value is calculated.
Namespace:
C1.Win.C1ChartAssembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Syntax
C# |
---|
public event CalculateFunctionEventHandler CalculateX |
Visual Basic |
---|
Public Event CalculateX As CalculateFunctionEventHandler |
Remarks
The event handler receives an argument of type CalculateFunctionEventArgs
containing data related to this event.