Syntax

expression.RadarAxisLabels

expression A variable that represents a ChartGroup object.

Example

This example turns on radar axis labels for chart group one in Chart1 and then sets the color for the labels. The example should be run on a radar chart.

Visual Basic for Applications
With Charts("Chart1").ChartGroups(1) .HasRadarAxisLabels = True .RadarAxisLabels.Font.ColorIndex = 3 End With
Obtain radar axis label object? radar radar axis labels Radar Axis Labels Property radaraxis RadarAxisLabels RadarAxisLabels Property Return radaraxis label?

See also: