ChartDirector 7.1 (.NET Edition)

Axis.getX


Usage

[C#]public int getX();
[VB]Public Function getX() As Integer

Description

Gets the x-coordinate of starting point of the axis.

For an XYChart object, the starting point of a horizontal axis is its left end point, and the starting point of a vertical axis is its bottom end point. For a PolarChart object, the starting point of a radial axis is the origin. For other types of charts, the starting point of an axis is undefined.

Arguments

None

Return Value

The x-coordinate of starting point of the axis.