Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / FloatBarSeries Class / FloatBarFillEffect Property


In This Topic
    FloatBarFillEffect Property
    In This Topic
    Gives you access to the fill effect applied on the floating bars.
    Syntax
    'Declaration
     
    <CategoryAttribute("Series Appearance")>
    <DescriptionAttribute("The fill effect applied on the floating bars.")>
    Public Property FloatBarFillEffect As FillEffect
    'Usage
     
    Dim instance As FloatBarSeries
    Dim value As FillEffect
     
    instance.FloatBarFillEffect = value
     
    value = instance.FloatBarFillEffect
    [Category("Series Appearance")]
    [Description("The fill effect applied on the floating bars.")]
    public FillEffect FloatBarFillEffect {get; set;}
    Remarks
    This fill effect is applied on all floating bars if the FillMode of the Appearance object attached to the series is set 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