Version

DefaultFontFill Property

Returns or sets a ChartFillBase derived object which defines the font color(s) for legend entries.
Syntax
public ChartFillBase DefaultFontFill {get; set;}
Remarks

Use this property to apply the same font color(s) to all legend entries.

Use the LegendEntry.FontFill property to apply font color(s) for a particular legend entry.

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