Version

DefaultFont Property (ChartTextAreaBase)

Defines the font properties for each formatted run in the Text that has no more specific setting. Read-only.
Syntax
public IWorkbookFont DefaultFont {get;}
Remarks

Use this object to apply font formatting to the entire run of text which comprises the chart or axis title.

Font formatting can be applied to individual runs of text using the Infragistics.Documents.Excel.FormattedString.GetFont method of the object returned from the Text property. Any such formatting overrides that which is defined by the DefaultFont settings.

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