'Declaration <CategoryAttribute("Radar Axis Specific")> <DescriptionAttribute("Controls the datachment of category labels")> <DefaultValueAttribute()> Public Property RadarLabelsDetachment As Single
'Usage Dim instance As RadarAxis Dim value As Single instance.RadarLabelsDetachment = value value = instance.RadarLabelsDetachment
[Category("Radar Axis Specific")] [Description("Controls the datachment of category labels")] [DefaultValue()] public float RadarLabelsDetachment {get; set;}