Gets or sets the font of the texts in the chart.
Namespace: MindFusion.Spreadsheet.Charts
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public string FontName { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property FontName As String |
A string value. The default is "Segoe UI".
See Also