TTeeCanvas.SupportsFullRotation
TTeeCanvas
property SupportsFullRotation: Boolean;
Unit
TeCanvas
Description
Returns if Canvas can do full 360 degree rotation, elevation and tilt, with automatic hidden removal of pixels obscured by others.
Currently only OpenGL Canvas provides full rotation and pixel hidden removal.
Example:
if Chart1.Canvas.SupportsFullRotation then
Chart1.View3DOptions.Rotation:= 195;