Nevron .NET Vision
Nevron.Chart Namespace / NStandardScaleConfigurator Class / DisplayLastLabel Property


In This Topic
    DisplayLastLabel Property
    In This Topic
    Gets/sets a value indicating whether the scale must display the last generated label
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlAttributeAttribute()>
    <System.ComponentModel.DefaultValueAttribute(True)>
    Public Property DisplayLastLabel As System.Boolean
    'Usage
     
    
    Dim instance As NStandardScaleConfigurator
    Dim value As System.Boolean
     
    instance.DisplayLastLabel = value
     
    value = instance.DisplayLastLabel
    [System.Xml.Serialization.XmlAttribute()]
    [System.ComponentModel.DefaultValue(true)]
    public System.bool DisplayLastLabel {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