ChartDirector 5.1 (.NET Edition)

Axis.getAlignment


Usage

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

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.