Perspective property
The chart perspective: 2- or 3-dimensions.
Syntax
Set: Chart.setPerspective(dims)
Get: dims = Chart.getPerspective()
Applies to
Chart object.
Data type
integer.
Value |
Description |
1 |
The chart perspective is 2D. |
2 |
The chart perspective is 3D. (default) |
Usage
If Perspective is set to 2D, Elevation and Rotation are set to 0. If Perspective is set to 3D, Elevation is set to 15 and Rotation to 20.
Conversely, if Rotation and Elevation are set to 0, Perspective is set to 2D.
See also
rendering PARAM tag