GrapeCity.Xaml.Excel
GapDepth Property (IExcelLine3DChart)


GrapeCity.Excel.Chart Namespace > IExcelLine3DChart 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 IExcelLine3DChart
Dim value As Integer
 
instance.GapDepth = value
 
value = instance.GapDepth
int GapDepth {get; set;}
See Also

Reference

IExcelLine3DChart Interface
IExcelLine3DChart Members