[]
        
(Showing Draft Content)

C1.Blazor.Chart.Series.SetData

SetData Method

SetData(double[], params double[][])

Sets the point data to be charted.

Declaration
public void SetData(double[] XValues, params double[][] YValues)
Parameters
Type Name Description
double[] XValues

Specifies the array of XValues.

double[][] YValues

Specifies the array(s) of YValues.