Xceed Chart for WinForms v4.4 Documentation
UpLineProps Property


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