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