public abstract Boolean SupportsFullRotation {get;}
Remarks
Returns if Drawing Canvas can do rotation and elevation of more than 90 degree.
Example
[C#]
MessageBox.Show(tChart1.Chart.Graphics3D.SupportsFullRotation.ToString());
See Also
Graphics3D Class | Graphics3D Members | Steema.TeeChart.Drawing Namespace