Xceed Chart for WinForms v4.4 Documentation
RadarLabelsText Property


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > RadarAxis Class : RadarLabelsText Property
Gives you access to the ChartText object controlling the appearance of the radar category texts
Syntax
'Declaration
 
<CategoryAttribute("Radar Axis Specific")>
<DescriptionAttribute("Gives you access to the ChartText object controlling the appearance of the radar category texts")>
Public Property RadarLabelsText As ChartText
'Usage
 
Dim instance As RadarAxis
Dim value As ChartText
 
instance.RadarLabelsText = value
 
value = instance.RadarLabelsText
[Category("Radar Axis Specific")]
[Description("Gives you access to the ChartText object controlling the appearance of the radar category texts")]
public ChartText RadarLabelsText {get; set;}
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