Returns if Canvas supports 3D Text or not.
public Boolean Supports3DText {get; set;}

Remarks


Returns if Canvas supports 3D Text or not.

Example


[C#]

MessageBox.Show(tChart1.Chart.Graphics3D.Supports3DText.ToString()); 

See Also

Graphics3D Class | Graphics3D Members | Steema.TeeChart.Drawing Namespace