[C#] | public Axis addAxis(int align, int offset); |
[VB] | Public Function addAxis(align As Integer, offset As Integer) As Axis |
ChartDirector 7.1 (.NET Edition)
XYChart.
Usage
[C#] | public Axis addAxis(int align, int offset); |
[VB] | Public Function addAxis(align As Integer, offset As Integer) As Axis |
Description
Arguments
Argument | Default | Description |
---|---|---|
align | (Mandatory) | Specifies which side of the plot area is the primary side of the axis. Must be one of the constants Left, Right, Top and Bottom for the 4 sides of the plot area. |
offset | (Mandatory) | An offset in pixels to move the axis away from the plot area. If a negative value is used, it will mean to move the axis into the plot area. |
Return Value