Gets or sets the font size of the texts of the chart.
Namespace: MindFusion.Spreadsheet.Charts
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public double FontSize { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property FontSize As Double |
A double value. The default is 9.
See Also