Xceed Chart for WinForms v4.4 Documentation
HighLowLineProps Property


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