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


In This Topic
    AutoLabels Property
    In This Topic
    Specifies whether the scale should produce automatic labels.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Labels")>
    <System.ComponentModel.DescriptionAttribute("When set to false labels are extracted from the Labels collection of the axis. When set to true labels are automatically generated from this axis scale (if it is the active one)")>
    <System.ComponentModel.DefaultValueAttribute(True)>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property AutoLabels As System.Boolean
    'Usage
     
    
    Dim instance As NStandardScaleConfigurator
    Dim value As System.Boolean
     
    instance.AutoLabels = value
     
    value = instance.AutoLabels
    [System.ComponentModel.Category("Labels")]
    [System.ComponentModel.Description("When set to false labels are extracted from the Labels collection of the axis. When set to true labels are automatically generated from this axis scale (if it is the active one)")]
    [System.ComponentModel.DefaultValue(true)]
    [System.Xml.Serialization.XmlAttribute()]
    public System.bool AutoLabels {get; set;}
    Remarks
    By default set to true. The generated labels are displayed on the major tick marks. Note that you can skip major ticks using NumberOfTicksPerLabel property.
    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