Version

DefaultFont Property (ChartTextAreaBase)

Defines the font properties for each formatted run in the Text that has no more specific setting. Read-only.
Syntax
'Declaration
 
Public ReadOnly Property DefaultFont As IWorkbookFont
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: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also