Xceed Chart for WinForms v4.4 Documentation
RadarFillEffect Property


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > RadarSeries Class : RadarFillEffect Property
Gives you access to the FillEffect controlling the filling of the radar area
Syntax
'Declaration
 
<DescriptionAttribute("Fill Effect controlling the filling of the radar area.")>
<CategoryAttribute("Series Appearance")>
Public Property RadarFillEffect As FillEffect
'Usage
 
Dim instance As RadarSeries
Dim value As FillEffect
 
instance.RadarFillEffect = value
 
value = instance.RadarFillEffect
[Description("Fill Effect controlling the filling of the radar area.")]
[Category("Series Appearance")]
public FillEffect RadarFillEffect {get; set;}
Remarks
Valid only if the Style is set to RadarStyle.FilledArea and the FillMode 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