Xceed Chart for WinForms v4.4 Documentation
Style Property (RadarSeries)


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > RadarSeries Class : Style Property
Controls the radar style
Syntax
'Declaration
 
<DefaultValueAttribute()>
<CategoryAttribute("Options")>
<DescriptionAttribute("Controls the radar style.")>
Public Property Style As RadarStyle
'Usage
 
Dim instance As RadarSeries
Dim value As RadarStyle
 
instance.Style = value
 
value = instance.Style
[DefaultValue()]
[Category("Options")]
[Description("Controls the radar style.")]
public RadarStyle Style {get; set;}
Remarks
By default set to Line. If set to FilledArea the series will fill the area closed by the radar contour.
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