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