'Declaration <CategoryAttribute("Radar Axis Specific")> <DescriptionAttribute("Gives you access to the ChartText object controlling the appearance of the radar category texts")> Public Property RadarLabelsText As ChartText
'Usage Dim instance As RadarAxis Dim value As ChartText instance.RadarLabelsText = value value = instance.RadarLabelsText
[Category("Radar Axis Specific")] [Description("Gives you access to the ChartText object controlling the appearance of the radar category texts")] public ChartText RadarLabelsText {get; set;}