Version

DefaultFont Property (Legend)

Defines the font properties for legend entries which have no specific font settings. Read-only.
Syntax
public IWorkbookFont DefaultFont {get;}
Remarks

To apply font settings to a specific legend entry, use the LegendEntry.Font property.

Note: this property will return null until the Legend is set on the WorksheetChart.Legend 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