Gets or sets the font of the chart title, or null (Nothing in Visual Basic), to use the FontName property.
Namespace: MindFusion.Spreadsheet.Charts
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public string TitleFontName { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property TitleFontName As String |
A string value. The default is null (Nothing in Visual Basic).
See Also