Version

HighLowLines Property

Returns or sets a Infragistics.Documents.Excel.Charts.ChartHighLowLines instance which determines the appearance for a stock chart's high/low lines.
Syntax
public ChartHighLowLines HighLowLines {get; set;}
Remarks

This property is only applicable for stock charts.

High/low lines depict the high and low prices for a stock chart.

High/low lines are displayed by default; to disable them, set this property to null.

Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also