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