DoughnutGroups Method

On a 2-D chart, returns an object that represents either a single doughnut chart group or a collection of the doughnut chart groups.

expression.DoughnutGroups(Index)

*expression   * Required. An expression that returns one of the objects in the Applies To list.

Index    Optional Variant. Specifies the chart group.

Example

This example sets the starting angle for doughnut group one.

myChart.DoughnutGroups(1).FirstSliceAngle = 45

Applies to | Chart Object

See Also | AreaGroups Method | BarGroups Method | ChartGroups Method | ColumnGroups Method | LineGroups Method | PieGroups Method