Overlap property (Excel Graph)
Specifies how bars and columns are positioned. Can be a value between -100 and 100. Applies only to 2D bar and 2D column charts. Read/write Long.
expression.Overlap
expression Required. An expression that returns one of the objects in the Applies To list.
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.
This example sets the overlap for chart group one to -50. The example should be run on a 2D column chart that has two or more series.
myChart.ChartGroups(1).Overlap = -50
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.