Rotation property



The angle at which a three-dimensional chart is rotated.

Syntax

Set:     Chart.setRotation(angle)
Get: angle = Chart.getRotation

Applies to

Chart object.

Data type

double. A number from 0 to 90 that specifies the angle in degrees.

Usage

If Perspective is set to 2D, Rotation and Elevation are set to 0. If Perspective is set to 3D, Rotation is set to 20 and Elevation to 15.
Conversely, if Rotation and Elevation are set to 0, Perspective is set to 2D.

Example
Rotation property example

See also
Elevation property