[VB] | Public Sub setAxisPos(x As Integer, y As Integer, alignment As Integer) |
[C#] | public void setAxisPos(int x, int y, int alignment); |
ChartDirector 5.1 (.NET Edition)
ColorAxis.setAxisPos
Usage
[VB] | Public Sub setAxisPos(x As Integer, y As Integer, alignment As Integer) |
[C#] | public void setAxisPos(int x, int y, int alignment); |
Description
Arguments
Argument | Default | Description |
---|---|---|
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