Column3DGroup Property

Microsoft Excel Visual Basic

Column3DGroup Property

       

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

Example

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

Charts(1).Column3DGroup.GapWidth = 50