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


In This Topic
GapDepth Property (IChart)
In This Topic
Get or sets the distance between the data series in a 3D chart as a percentage of the marker width. The value of this property must be between 0 and 500.
Syntax
'Declaration
 
Property GapDepth As Integer
 
'Usage
 
Dim instance As IChart
Dim value As Integer
 
instance.GapDepth = value
 
value = instance.GapDepth
See Also