Blazor | ComponentOne
C1.Blazor.Chart Assembly / C1.Blazor.Chart Namespace / BreakEven Class / SetData Method
Specifies the array of XValues.
Specifies the array(s) of YValues.

In This Topic
    SetData Method (BreakEven)
    In This Topic
    Sets the point data to be charted.
    Syntax
    'Declaration
     
    
    Public Sub SetData( _
       ByVal XValues() As Double, _
       ByVal ParamArray YValues() As Double _
    ) 
    public void SetData( 
       double[] XValues,
       params double[] YValues
    )

    Parameters

    XValues
    Specifies the array of XValues.
    YValues
    Specifies the array(s) of YValues.
    See Also