ChartGroup.GapWidth Property
Bar and Column charts: Returns or sets the space between bar or column clusters as a percentage of the bar or column width. Pie of Pie and Bar of Pie charts: Returns or sets the space between the primary and secondary sections of the chart.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property GapWidth As Integer
Get
Set
'Usage
Dim instance As ChartGroup
Dim value As Integer
value = instance.GapWidth
instance.GapWidth = value
int GapWidth { get; set; }
Property Value
Type: System.Int32
Remarks
The value of this property must be between 0 and 500.