specifies the depth of a 3-D chart as a percentage of the chart width.
Syntax
'Declaration
Public Property DepthPercent As Double
'Usage
Dim instance As ViewIn3D
Dim value As Double
instance.DepthPercent = value
value = instance.DepthPercent
public double DepthPercent {get; set;}
See Also