ChartDirector 7.0 (Perl Edition)
ThreeDChart.setZAxisPos
Usage
setZAxisPos(pos)
Description
Sets the position of the z-axis.
In a ThreeDChart object, the z-axis can be drawn either on the left side or the right side. By default, ChartDirector will draw the z-axis on the side that is nearer to the viewer.
This method can be used to specify which side the z-axis should be drawn.
Arguments
Argument | Default | Description |
pos | (Mandatory) | The position of the z-axis, which must be either Left or Right. |
Return Value
None
© 2021 Advanced Software Engineering Limited. All rights reserved.