Xceed Chart for WinForms v4.4 Documentation
Format Property (DataLabels)


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > DataLabels Class : Format Property
Gives access to the format string of the data labels.
Syntax
'Declaration
 
<DescriptionAttribute("Data label format string.")>
<CategoryAttribute("Text")>
Public Property Format As String
'Usage
 
Dim instance As DataLabels
Dim value As String
 
instance.Format = value
 
value = instance.Format
[Description("Data label format string.")]
[Category("Text")]
public string Format {get; set;}
Remarks
With the help of the format string the user can specify what content must be displayed by the data point labels. The valid formatting commands depend on the 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

DataLabels Class
DataLabels Members