IScene3DViewPoint.VerticalRotation

Syntax

VerticalRotation: Double;

Description

The VerticalRotation property determines vertical rotation around the scene.

Example

This example assumes that there is the object S of the IScene3D type.

Sub Chart3D;
Var
    s : IScene3D;
Begin
    s.SceneView.SceneViewProperty.ViewPoint.VerticalRotation := 30;
End Sub Chart3D;

After executing the example the scene is rotated vertically at 30 degrees.

See also:

IScene3DViewPoint