'Declaration <CategoryAttribute("Polar Axis Specific")> <DefaultValueAttribute()> <DescriptionAttribute("Controls the detachment of the angle texts from the polar")> Public Property AngleLabelsDetachment As Single
'Usage Dim instance As PolarAxis Dim value As Single instance.AngleLabelsDetachment = value value = instance.AngleLabelsDetachment
[Category("Polar Axis Specific")] [DefaultValue()] [Description("Controls the detachment of the angle texts from the polar")] public float AngleLabelsDetachment {get; set;}