Nevron .NET Vision
Nevron.Chart Namespace / NDataLabelStyle Class / Format Property


In This Topic
    Format Property (NDataLabelStyle)
    In This Topic
    Gets or sets the format string of the data labels.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Text")>
    <System.ComponentModel.DescriptionAttribute("Data label format string.")>
    <System.ComponentModel.DefaultValueAttribute("")>
    Public Property Format As System.String
    'Usage
     
    
    Dim instance As NDataLabelStyle
    Dim value As System.String
     
    instance.Format = value
     
    value = instance.Format
    [System.ComponentModel.Category("Text")]
    [System.ComponentModel.Description("Data label format string.")]
    [System.ComponentModel.DefaultValue("")]
    public System.string Format {get; set;}
    Remarks
    With the help of the format string you can specify what content must be displayed in the data labels. The 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