VerticalRotation: Double;
The VerticalRotation property determines vertical rotation around the scene.
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: