Xceed Chart for WinForms v4.4 Documentation
AutoRadarLabels Property


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > RadarAxis Class : AutoRadarLabels Property
Controls whether the radar axis will use automatic or user defined labels
Syntax
'Declaration
 
<CategoryAttribute("Radar Axis Specific")>
<DefaultValueAttribute()>
<DescriptionAttribute("Controls whether the radar axis will use automatic or user defined labels")>
Public Property AutoRadarLabels As Boolean
'Usage
 
Dim instance As RadarAxis
Dim value As Boolean
 
instance.AutoRadarLabels = value
 
value = instance.AutoRadarLabels
[Category("Radar Axis Specific")]
[DefaultValue()]
[Description("Controls whether the radar axis will use automatic or user defined labels")]
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

Reference

RadarAxis Class
RadarAxis Members