ChartDirector 7.1 (.NET Edition)

Layer.getXPosition


Usage

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

Description

Gets the x positional value of a data point, as measured on the primary x-axis.

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 x positional value of the data point.