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)

Example

This example sets the starting angle for doughnut group one.

  myChart.DoughnutGroups(1).FirstSliceAngle = 45

See Also