Nevron.Chart Namespace / NStandardScaleConfigurator Class / AutoLabels Property


AutoLabels Property
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
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