Area3DGroup Property [Excel 2003 VBA Language Reference]

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

Applies to | Chart Object

See Also | AreaGroups Method