AreaGroups Method [Excel 2003 VBA Language Reference]

On a 2-D chart, returns an object that represents either a single area chart group (a ChartGroup object) or a collection of the area chart groups (a ChartGroups collection).

expression**.AreaGroups(Index)**

expression Required. An expression that returns a Chart object.

Index   Optional Variant. The chart group number.

Example

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

Charts(1).AreaGroups(1).HasDropLines = True

Applies to | Chart Object

See Also | Area3DGroup Property | BarGroups Method | ChartGroups Method | ColumnGroups Method | DoughnutGroups Method | LineGroups Method | PieGroups Method