'Declaration
<CategoryAttribute("Axis Texts")>
<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)")>
<DefaultValueAttribute(True)>
Public Property AutoLabels As Boolean
'Usage
Dim instance As AxisScale
Dim value As Boolean
instance.AutoLabels = value
value = instance.AutoLabels
[Category("Axis Texts")]
[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)")]
[DefaultValue(true)]
public bool AutoLabels {get; set;}
Remarks
By default set to true. The generated labels are displayed on major tick marks.
Example
The following code displays custom labels for the PrimaryX axis (assuming that it is in dimension mode).
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