[VB] | Public Function getXPosition(i As Integer) As Double |
[C#] | public double getXPosition(int i); |
ChartDirector 5.1 (.NET Edition)
Layer.getXPosition
Usage
[VB] | Public Function getXPosition(i As Integer) As Double |
[C#] | public double getXPosition(int i); |
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