Object Reference > Bar Object > Bar Object Properties > ClusterOverlap Property (Bar) |
ClusterOverlap Property (Bar)
The amount that bars overlaps each other in a cluster, as a percentage of the bar's width.
Property ClusterOverlap As Long
Valid values are between -100 and 100.
Example
' 50% of each bar overlaps the next in cluster
Chart2D1.ChartArea.Bar.ClusterOverlap = 50
See Also