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


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