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