Column3DGroup Property

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

expression.Column3DGroup

*expression   * Required. An expression that returns one of the objects in the Applies To list.

Example

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

myChart.Column3DGroup.GapWidth = 50

Applies to | Chart Object

See Also | ColumnGroups Method