Area3DGroup Property
Applies To
Chart object.
Description
Returns a ChartGroup object that represents the specified 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.
myChart.Area3DGroup.HasDropLines = True