Syntax

expression.Overlap

expression A variable that represents a ChartGroup object.

Remarks

If this property is set to - 100, bars are positioned so that there's one bar width between them. If the overlap is 0 (zero), there's no space between bars (one bar starts immediately after the preceding bar). If the overlap is 100, bars are positioned on top of each other.

Example

This example sets the overlap for chart group one to - 50. The example should be run on a 2-D column chart that has two or more series.

Visual Basic for Applications
Charts("Chart1").ChartGroups(1).Overlap = -50
Draw bars with more space between them? Modify the spacing of the columns on a columns chart? overlap Overlap bars on chart? Overlap Property Spread out the plotting of columns on chart?

See also: