Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 975 Bytes

Excel.RadarGroups.md

File metadata and controls

39 lines (26 loc) · 975 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
RadarGroups method (Excel Graph)
vbagr10.chm3077630
vbagr10.chm3077630
Excel.RadarGroups
5fbca532-ae99-fb41-dd1d-2d24909bf073
04/09/2019
medium

RadarGroups method (Excel Graph)

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

Syntax

expression.RadarGroups (Index)

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

Parameters

Name Required/Optional Data type Description
Index Optional Variant Specifies the chart group.

Example

This example sets radar group one to use a different color for each data marker. The example should be run on a 2D chart.

myChart.RadarGroups(1).VaryByCategories = True

[!includeSupport and feedback]