'Declaration <CategoryAttribute("Polar Axis Specific")> <DescriptionAttribute("Controls the format of the angle texts")> <DefaultValueAttribute("<degree>")> Public Property AngleLabelsFormat As String
'Usage Dim instance As PolarAxis Dim value As String instance.AngleLabelsFormat = value value = instance.AngleLabelsFormat
[Category("Polar Axis Specific")] [Description("Controls the format of the angle texts")] [DefaultValue("<degree>")] public string AngleLabelsFormat {get; set;}