TView3DOptions.Rotation
 
 
 

All Units  All Classes  Properties, Methods and Events  

TView3DOptions.Rotation
TView3DOptions

property Rotation: Integer;

Unit
TeCanvas

Description
Rotation describes front plane rotation by rotation degrees (0 - 360). Increasing the value positively will bring the right of the Chart towards the viewer and the left of the Chart away, moving around a vertical axis at the central horizontal point of the Chart.

*Important. Orthogonal should be set to False for Rotation to act on the Chart.

Example

Chart1.View3DOptions.Zoom := 80 ; { % }
Chart1.View3DOptions.Rotation:= 330 ; { degree }
Chart1.View3DOptions.Elevation:= 330 ; { degree }
Chart1.View3DOptions.Orthogonal:=False;

Chart1.View3D:=True;
Chart1.View3DWalls:=True;
Chart1.Chart3DPercent:=75; { % depth}



Send us Help Feedback. Copyright 1995-2013 © by Steema Software. All Rights Reserved.