ChartDirector 7.1 (.NET Edition)

DataSet.getValue


Usage

[C#]public double getValue(int i);
[VB]Public Function getValue(i As Integer) As Double

Description

Gets the value of a data point.

Arguments

ArgumentDefaultDescription
i(Mandatory)The data point index of the data point. The first data point is 0; the nth data point is (n - 1).

Return Value

The value of the data point.