Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / RadarAxis Class / AutoRadarLabels Property


In This Topic
    AutoRadarLabels Property
    In This Topic
    Controls whether the radar axis will use automatic or user defined labels
    Syntax
    'Declaration
     
    <CategoryAttribute("Radar Axis Specific")>
    <DescriptionAttribute("Controls whether the radar axis will use automatic or user defined labels")>
    <DefaultValueAttribute(False)>
    Public Property AutoRadarLabels As Boolean
    'Usage
     
    Dim instance As RadarAxis
    Dim value As Boolean
     
    instance.AutoRadarLabels = value
     
    value = instance.AutoRadarLabels
    [Category("Radar Axis Specific")]
    [Description("Controls whether the radar axis will use automatic or user defined labels")]
    [DefaultValue(false)]
    public bool AutoRadarLabels {get; set;}
    Remarks
    When set to true the radar dislays automatic labels representing the category ordinal

    When set to false the radar dislays custom labels extracted from the RadarLabels array

    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