'Declaration <CategoryAttribute("Polar Axis Specific")> <DescriptionAttribute("Gives you access to the ValueFormatting object controlling the formatting of the angle values")> Public Property AngleLabelsValueFormatting As ValueFormatting
'Usage Dim instance As PolarAxis Dim value As ValueFormatting instance.AngleLabelsValueFormatting = value value = instance.AngleLabelsValueFormatting
[Category("Polar Axis Specific")] [Description("Gives you access to the ValueFormatting object controlling the formatting of the angle values")] public ValueFormatting AngleLabelsValueFormatting {get; set;}