IAspect.Rotation
IAspect
property Rotation: Integer;
Type Library
TeeChartx
Description
Rotation is supported when TChart is in Native 3D or OpenGL Canvas mode. Rotate is not supported for 2D Charts or for 3D orthogonal Charts.
When in Native Windows 3D mode the Chart supports rotation through 270º to 360º. If the openGL canvas is enabled (Aspect.OpenGL.Active property = True) then the Chart may be rotated through a full 360º.
See the Elevation, Zoom, HorizOffset and VertOffset for more possibilities of Chart animation. The TeeCommander component offers a runtime Control bar to enable movement by mouse dragging on the Chart.
Example [Visual Basic]:
With TChart1.Aspect
.Orthogonal = False
.Chart3DPercent = 60
.Rotation = 350
End With