[]
        
(Showing Draft Content)

C1.Win.Chart.Series.getDefaultData

getDefaultData Method

getDefaultData(int)

Manufacture some consistent data for design time display to allow series styling.

Declaration
protected virtual double[] getDefaultData(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.