'Declaration <CategoryAttribute("Formatting")> <DescriptionAttribute("Controls the index value format")> Public Property IndexValueFormatting As ValueFormatting
'Usage Dim instance As Series Dim value As ValueFormatting instance.IndexValueFormatting = value value = instance.IndexValueFormatting
[Category("Formatting")] [Description("Controls the index value format")] public ValueFormatting IndexValueFormatting {get; set;}