'Declaration <DescriptionAttribute("Gives you access to the ValueFormatting object specifying the formatting of the values displayed at the axis major ticks")> <CategoryAttribute("Texts")> Public Property ValueFormatting As ValueFormatting
'Usage Dim instance As Axis Dim value As ValueFormatting instance.ValueFormatting = value value = instance.ValueFormatting
[Description("Gives you access to the ValueFormatting object specifying the formatting of the values displayed at the axis major ticks")] [Category("Texts")] public ValueFormatting ValueFormatting {get; set;}