ChartDirector 7.1 (.NET Edition)

Axis.getAlignment


Usage

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

Description

Gets the side of the plot area that the axis is associated with.

This method is only applicable to XYChart objects.

Arguments

None

Return Value

A constant equals to Left, Right, Top or Bottom, depending on the side of the plot area that the axis is associated with.