IPoint3DSeries.DepthSize
IPoint3DSeries
property DepthSize: Double;
Type Library
TeeChartx
Description
Sets the Depth of each 3DPoint to the value of DepthSize.
Example [Visual Basic]:
With TChart1.Series(0)
.asPoint3D.DepthSize = 3
End With