Nevron .NET Vision
Nevron.Chart Namespace / NEmptyDataPoints Class / Label Property


In This Topic
    Label Property (NEmptyDataPoints)
    In This Topic
    Defines the label that is displayed for missing values.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("General")>
    <System.ComponentModel.DescriptionAttribute("Defines the label that is displayed for missing values.")>
    <System.ComponentModel.DefaultValueAttribute("")>
    Public Property Label As System.String
    'Usage
     
    
    Dim instance As NEmptyDataPoints
    Dim value As System.String
     
    instance.Label = value
     
    value = instance.Label
    [System.ComponentModel.Category("General")]
    [System.ComponentModel.Description("Defines the label that is displayed for missing values.")]
    [System.ComponentModel.DefaultValue("")]
    public System.string Label {get; set;}
    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