In This Topic
Gets or sets the depth of a 3D chart as a percentage of the chart width (between 20 and 2000 percent).
Syntax
'Declaration
Property DepthPercent As Integer
'Usage
Dim instance As IChart
Dim value As Integer
instance.DepthPercent = value
value = instance.DepthPercent
int DepthPercent {get; set;}
See Also