Column3DGroup property (Excel Graph)

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

Syntax

expression.Column3DGroup

expression Required. An expression that returns a ChartGroup object.

Example

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

myChart.Column3DGroup.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.