2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / ParametricFunction Class / CalculateX Event

In This Topic
    CalculateX Event
    In This Topic
    Fires when the x value is calculated.
    Syntax
    'Declaration
     
    Public Event CalculateX As CalculateFunctionEventHandler
    public event CalculateFunctionEventHandler CalculateX
    Event Data

    The event handler receives an argument of type CalculateFunctionEventArgs containing data related to this event. The following CalculateFunctionEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the value of parameter of function at which the function value must be calculated.  
    Gets the result of function calculation.  
    Remarks
    The event handler receives an argument of type CalculateFunctionEventArgs containing data related to this event.
    See Also