'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;}