ChartDirector 7.1 (.NET Edition)

ColorAxis.setAxisPos


Usage

[C#]public void setAxisPos(int x, int y, int alignment);
[VB]Public Sub setAxisPos(x As Integer, y As Integer, alignment As Integer)

Description

Sets the position of the color axis.

Arguments

ArgumentDefaultDescription
x(Mandatory)The x-coordinate of the reference point used to position the color axis.
y(Mandatory)The y-coordinate of the reference point used to position the color axis.
alignment(Mandatory)The alignment of the color axis with respect to the reference point. For example, a value of TopLeft means the reference point is the top- left corner of the color axis. See Alignment Specification for supported alignment types..

Return Value

None