Xceed Chart for WinForms v4.4 Documentation
DownFillEffect Property


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > StockSeries Class : DownFillEffect Property
Gives you access to the fill effect applied on the down Candle.
Syntax
'Declaration
 
<CategoryAttribute("Series Appearance")>
<DescriptionAttribute("fill effect applied on the down Candles.")>
Public Property DownFillEffect As FillEffect
'Usage
 
Dim instance As StockSeries
Dim value As FillEffect
 
instance.DownFillEffect = value
 
value = instance.DownFillEffect
[Category("Series Appearance")]
[Description("fill effect applied on the down Candles.")]
public FillEffect DownFillEffect {get; set;}
Remarks
The down 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

Reference

StockSeries Class
StockSeries Members