[VB] | Public Sub setZAxisPos(pos As Integer) |
[C#] | public void setZAxisPos(int pos); |
ChartDirector 5.1 (.NET Edition)
ThreeDChart.setZAxisPos
Usage
[VB] | Public Sub setZAxisPos(pos As Integer) |
[C#] | public void setZAxisPos(int pos); |
Description
Arguments
Argument | Default | Description |
---|---|---|
pos | (Mandatory) | The position of the z-axis, which must be either Left or Right. |
Return Value