GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / IChart Interface / DepthPercent Property


In This Topic
DepthPercent Property
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
Remarks
This function works with Spread WPF only.
See Also