public Double DepthSize {get; set;}
Remarks
Sets the Depth of each 3DPoint to the value of DepthSize.
Example
[C#]
((Steema.TeeChart.Styles.Points3D)tChart1[0]).DepthSize = 3;
See Also
Points3D Class | Points3D Members | Steema.TeeChart.Styles Namespace