GapWidth Property

Applies To

ChartGroup Object.

Description

Returns or sets the space between bar or column clusters as a percentage of the width of a bar or column. This property must be between 0 and 500. Read-write.

See Also

Overlap Property.

Example

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


Charts("Chart1").ChartGroups(1).GapWidth = 50