[C#] | public double getValue(int i); |
[VB] | Public Function getValue(i As Integer) As Double |
ChartDirector 7.1 (.NET Edition)
DataSet.
Usage
[C#] | public double getValue(int i); |
[VB] | Public Function getValue(i As Integer) As Double |
Description
Arguments
Argument | Default | Description |
---|---|---|
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