Applies To
ChartGroup Object.
Description
Specifies how bars and columns are positioned. Can be a value from -100 to 100. Applies only to 2-D bar and 2-D column charts. Read-write.
Remarks
If this property is set to -100, bars are positioned so that there is one bar width between them. With zero overlap, there is no space between bars (one bar starts immediately after the preceding bar). At 100 overlap, bars are positioned on top of each other.
See Also
GapWidth Property.
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.
Charts("Chart1").ChartGroups(1).Overlap = -50