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. Read/write.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.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
Integer
Remarks
The value of this property must be between 0 and 500.