Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
True if a radar chart has axis labels. Applies only to radar charts. Read/write Boolean.
Syntax
expression.HasRadarAxisLabels
expression A variable that represents a ChartGroup object.
Example
This example turns on radar axis labels for chart group one on Chart1 and sets their color. The example should be run on a radar chart.
With Charts("Chart1").ChartGroups(1)
.HasRadarAxisLabels = True
.RadarAxisLabels.Font.ColorIndex = 3
End With
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.