ICanvas.SupportsFullRotation
ICanvas
property SupportsFullRotation: WordBool;
Type Library
TeeChartx
Description
Returns if Canvas can do rotation and elevation of more than 90 degree. Only OpenGL Canvas has 360 degree rotation.
Example [Visual Basic]:
If (TChart1.Canvas.SupportsFullRotation = True) then
TChart1.Aspect.Rotation = 195
End if