Gets or sets the font family for the axis title.
Namespace: MindFusion.RealTimeCharting.Wpf
Assembly: MindFusion.RealTimeCharting.Wpf
SyntaxC#
Copy Code
|
|---|
public FontFamily TitleFontFamily { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property TitleFontFamily As FontFamily |
An instance of the System.Windows.Media.FontFamily class. The default value is FontFamily("Times New Roman").
RemarksUse the Title property to set the title label.
See Also