[]
        
(Showing Draft Content)

C1.WPF.C1Chart.DataSeries.GetDataValue

GetDataValue Method

GetDataValue(string, int)

Gets the data value with specified name at the specified index.

Declaration
public double GetDataValue(string name, int pointIndex)
Parameters
Type Name Description
string name

Name of data array.

int pointIndex

Index of the value.

Returns
Type Description
double