Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / DataLabels Class / Format Property


In This Topic
    Format Property (DataLabels)
    In This Topic
    Gives access to the format string of the data labels.
    Syntax
    'Declaration
     
    <CategoryAttribute("Text")>
    <DescriptionAttribute("Data label format string.")>
    Public Property Format As String
    'Usage
     
    Dim instance As DataLabels
    Dim value As String
     
    instance.Format = value
     
    value = instance.Format
    [Category("Text")]
    [Description("Data label format string.")]
    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