Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / PolarSeries Class / PolarFillEffect Property


In This Topic
    PolarFillEffect Property
    In This Topic
    Gives you access to the FillEffect controlling the filling of the polar area
    Syntax
    'Declaration
     
    <CategoryAttribute("Series Appearance")>
    <DescriptionAttribute("Fill Effect controlling the filling of the polar area.")>
    Public Property PolarFillEffect As FillEffect
    'Usage
     
    Dim instance As PolarSeries
    Dim value As FillEffect
     
    instance.PolarFillEffect = value
     
    value = instance.PolarFillEffect
    [Category("Series Appearance")]
    [Description("Fill Effect controlling the filling of the polar area.")]
    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