Xceed Chart for WinForms v4.4 Documentation
IndexValueFormatting Property


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > Series Class : IndexValueFormatting Property
Gives you access to the ValueFormatting object controlling the formatting of the index data labels.
Syntax
'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;}
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

Reference

Series Class
Series Members
ValueFormatting Class