MindFusion.Wpf Pack Programmer's Guide
AxisSettings.TitleFontName Property
See Also
 





Gets or sets the font name of the axis title, or null (Nothing in Visual Basic), to use the FontName property of the chart.

Namespace: MindFusion.Spreadsheet.Wpf.Charts
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public string TitleFontName { get; set; }

Visual Basic  Copy Code

Public Property TitleFontName As String

 Property Value

A string value. The default is null (Nothing in Visual Basic).

 See Also

AxisSettings Members
AxisSettings Class
MindFusion.Spreadsheet.Wpf.Charts Namespace