Version

DropLines Property

Returns or sets a Infragistics.Documents.Excel.Charts.ChartDropLines instance which determines the appearance for a stock chart's drop lines.
Syntax
public ChartDropLines DropLines {get; set;}
Remarks

This property is only applicable for stock charts.

High/low lines are not displayed by default; to enable them, assign a Infragistics.Documents.Excel.Charts.ChartDropLinesto 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