Xceed Chart for WinForms v4.4 Documentation
PolarFillEffect Property


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

PolarSeries Class
PolarSeries Members