Version

Fill Property (Series)

Returns or sets a ChartFillBase derived object which defines the fill for this series. Not applicable for line charts.
Syntax
public ChartFillBase Fill {get; set;}
Remarks

This property is not applicable to charts which depict the data series as a line. For these chart types, use the Line property, which controls the color and width of the line.

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