Share via


ChartGroup.GapWidth Property

For bar and column charts, returns or sets the space, as a percentage of the bar or column width, between bar or column clusters. For pie-of-pie and bar-of-pie charts, returns or sets the space between the primary and secondary sections of the chart. Read/write 64-bit signed integer.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.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.

See Also

Reference

ChartGroup Interface

ChartGroup Members

Microsoft.Office.Interop.PowerPoint Namespace