GrapeCity.Xaml.Excel
GapWidth Property (ExcelBar3DChart)


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

Reference

ExcelBar3DChart Class
ExcelBar3DChart Members