Xceed Chart for WinForms v4.4 Documentation
UpFillEffect Property


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

Reference

StockSeries Class
StockSeries Members