ChartDirector 7.1 (.NET Edition)

Axis.getY


Usage

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

Description

Gets the y-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 y-coordinate of starting point of the axis.