[]
        
(Showing Draft Content)

C1.Blazor.Chart.Series.GetValues

GetValues Method

GetValues(int)

Gets the point data array for the specified coordinate dimension.

Declaration
public override double[] GetValues(int dim)
Parameters
Type Name Description
int dim

Specifies the dimension of data to retrieve (0=Y data, 1=X data, 2=Y1 data, ...)

Returns
Type Description
double[]

The point data array for the specified coordinate dimension

Overrides