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