Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / Series Class / IndexValueFormatting Property


In This Topic
    IndexValueFormatting Property
    In This Topic
    Gives you access to the ValueFormatting object controlling the formatting of the index data labels.
    Syntax
    '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;}
    Remarks
    The index value formatting command is represented in the formatting strings as <index>. It represents the index of the current data point in the Values data series.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also