GrapeCity.Xaml.Excel
GapDepth Property (IExcelBar3DChart)


GrapeCity.Excel.Chart Namespace > IExcelBar3DChart Interface : GapDepth Property
Specifies the space between bar or column clusters, as a percentage of the bar or column width.
Syntax
'Declaration
 
Property GapDepth As Integer
'Usage
 
Dim instance As IExcelBar3DChart
Dim value As Integer
 
instance.GapDepth = value
 
value = instance.GapDepth
int GapDepth {get; set;}
See Also

Reference

IExcelBar3DChart Interface
IExcelBar3DChart Members