Fires when the x value is calculated.

Namespace:  C1.Win.C1Chart
Assembly:  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.

See Also