SubType Property

Applies To

Chart Object, ChartGroup Object.

Description

Returns or sets the subtype for a single chart group or for all chart groups in the chart. Read-write.

Remarks

Set the SubType property after you set the Type property. Each type supports different subtypes (for example, a column chart type can have clustered, stacked, or percent subtypes). The easiest way to obtain the number of the subtype is to record the subtype formatting using the macro recorder.

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