Xceed Chart for WinForms v4.4 Documentation
DownLineProps Property


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace > StockSeries Class : DownLineProps Property
Gives you access to the line properties applied on the down Candle and Stick.
Syntax
'Declaration
 
<DescriptionAttribute("line properties applied on the down Candle and Stick.")>
<CategoryAttribute("Series Appearance")>
Public Property DownLineProps As LineProperties
'Usage
 
Dim instance As StockSeries
Dim value As LineProperties
 
instance.DownLineProps = value
 
value = instance.DownLineProps
[Description("line properties applied on the down Candle and Stick.")]
[Category("Series Appearance")]
public LineProperties DownLineProps {get; set;}
Remarks
The down candles borders are displayed with these line properties if the LineMode property of the associtated 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