GrapeCity.Xaml.Excel
GapDepth Property (ExcelBar3DChart)


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

Reference

ExcelBar3DChart Class
ExcelBar3DChart Members