Area3DGroup Property
Applies To
Chart object.
Description
Returns a ChartGroup object that represents the area chart group on a 3-D chart. Read-only.
See Also
AreaGroups method.
Example
This example turns on drop lines for the 3-D area chart group.
Charts(1).Area3DGroup.HasDropLines = True