[VB] | Public Sub setTitlePos(alignment As Integer [, titleGap As Integer ]) |
[C#] | public void setTitlePos(int alignment [, int titleGap ]); |
ChartDirector 5.1 (.NET Edition)
Axis.setTitlePos
Usage
[VB] | Public Sub setTitlePos(alignment As Integer [, titleGap As Integer ]) |
[C#] | public void setTitlePos(int alignment [, int titleGap ]); |
Description
Arguments
Argument | Default | Description |
---|---|---|
alignment | (Mandatory) | The position of the title relative to the axis. |
titleGap | 3 | The distance between the axis title and the axis in pixels. |
Return Value