Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / RadarSeries Class / RadarFillEffect Property


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