Gets or sets the font family for the chart labels.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public FontFamily LabelFontFamily { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property LabelFontFamily As FontFamily |
An instance of the WPF FontFamily class. The default is FontFamily("Times New Roman").
See Also