Gets or sets the font size of the axis title, or null (Nothing in Visual Basic), to use the FontSize property of the chart.
Namespace: MindFusion.Spreadsheet.Charts
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public Nullable<Double> TitleFontSize { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property TitleFontSize As Nullable(Of Double) |
A nullable double value. The default is null (Nothing in Visual Basic).
See Also