Area3DGroup Property

Microsoft Excel Visual Basic

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

Example

This example turns on drop lines for the 3-D area chart group.

Charts(1).Area3DGroup.HasDropLines = True