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

In This Topic
    CalculateY Event (ParametricFunction)
    In This Topic
    Fires when the y value is calculated.
    Syntax
    'Declaration
     
    Public Event CalculateY As CalculateFunctionEventHandler
    public event CalculateFunctionEventHandler CalculateY
    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