Syntax

expression.GapWidth

expression A variable that represents a ChartGroup object.

Remarks

The value of this property must be between 0 and 500.

Example

This example sets the space between column clusters in Chart1 to be 50 percent of the column width.

Visual Basic for Applications
Charts("Chart1").ChartGroups(1).GapWidth = 50
Compress space needed for group of bars on bar chart? gap width Gap Width Property GapWidth GapWidth Property Space columns closer together?

See also: