Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.Core.v4.4 Assembly / Xceed.Chart.Core Namespace / StockSeries Class / UpFillEffect Property


In This Topic
    UpFillEffect Property
    In This Topic
    Gives you access to the fill effect applied on the up Candle.
    Syntax
    'Declaration
     
    <CategoryAttribute("Series Appearance")>
    <DescriptionAttribute("fill effect applied on the up Candles.")>
    Public Property UpFillEffect As FillEffect
    'Usage
     
    Dim instance As StockSeries
    Dim value As FillEffect
     
    instance.UpFillEffect = value
     
    value = instance.UpFillEffect
    [Category("Series Appearance")]
    [Description("fill effect applied on the up Candles.")]
    public FillEffect UpFillEffect {get; set;}
    Remarks
    The up candles are displayed with this fill effect if the FillMode property of the associated Appearance 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