Xceed Chart for WinForms v4.4 Documentation
RadarBorder Property


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > RadarSeries Class : RadarBorder Property
Gives you access to the LineProperties controlling the the radar border
Syntax
'Declaration
 
<DescriptionAttribute("line properties applied on the radar line.")>
<CategoryAttribute("Series Appearance")>
Public Property RadarBorder As LineProperties
'Usage
 
Dim instance As RadarSeries
Dim value As LineProperties
 
instance.RadarBorder = value
 
value = instance.RadarBorder
[Description("line properties applied on the radar line.")]
[Category("Series Appearance")]
public LineProperties RadarBorder {get; set;}
Remarks
Valid if LineMode property of the associated Appearance object is set to Series
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

RadarSeries Class
RadarSeries Members