Gets or sets the font size for the title.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public double TitleFontSize { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property TitleFontSize As Double |
A double value. The default is 14.
See Also