Version

Line Property (Series)

Determines the fill and width of a series line.
Syntax
public ChartLine Line {get; set;}
Remarks

This property is not applicable for series which support fills, such as bar, area, or pie charts.

For chart series which supports fills, use the Fill property to control the fill color, and the Border property for the line drawn around that fill area.

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