FlexChart | ComponentOne
C1.Win.FlexChart.4.5.2 Assembly / C1.Win.Chart Namespace / Series Class / SetData Method
Specifies the array of XValues.
Specifies the array(s) of YValues.

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

    Parameters

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