Version

Border Property (Series)

Determines the appearance of the border drawn around the Fill area. Applicable only for chart series which support fills, such as bar charts, area charts, and pie charts.
Syntax
public ChartBorder Border {get; set;}
Remarks

For series which support fills, this property controls the color and size of the line drawn around the fill region.

For line-based series, use the Line property.

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