True if a radar chart has axis labels. Applies only to radar charts. Read/write Boolean.

Example

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

With myChart.ChartGroups(1) .HasRadarAxisLabels = True .RadarAxisLabels.Font.ColorIndex = 3 End With

See also: