Edit

Share via


Bar3DGroup property (Excel Graph)

Returns a ChartGroup object that represents the specified bar chart group on a 3D chart. Read-only.

Syntax

expression.Bar3DGroup

expression Required. An expression that returns a ChartGroup object.

Example

This example sets the space between bar clusters in the 3D bar chart group to be 50 percent of the bar width.

myChart.BarGroup3DGroup.GapWidth = 50

Support and feedback

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.