GrapeCity.Xaml.Excel
DepthPercent Property


GrapeCity.Excel.Chart Namespace > ViewIn3D Class : DepthPercent Property
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

Reference

ViewIn3D Class
ViewIn3D Members