Applies To
Chart Object.
Description
Accessor. On a 2-D chart, returns an object that represents a single radar chart group (a ChartGroup object, Syntax 1), or a collection of the radar chart groups (a ChartGroups collection, Syntax 2).
Syntax 1
object.RadarGroups(index)
Syntax 2
object.RadarGroups
object
Required. The Chart object.
index
Required for Syntax 1. Specifies the chart group.
Example
This example sets the subtype for radar group one in Chart1. The example should be run on a 2-D chart.
Charts("Chart1").RadarGroups(1).SubType = 2