Gets or sets the font family for the title. This is a dependency property.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public FontFamily TitleFontFamily { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property TitleFontFamily As FontFamily |
A WPF FontFamily object. The default is FontFamily("Times New Roman").
See Also