MindFusion.Wpf Pack Programmer's Guide
Legend.LabelFontFamily Property
See Also
 





Gets or sets the font family for the legend labels.

Namespace: MindFusion.RealTimeCharting.Wpf
Assembly: MindFusion.RealTimeCharting.Wpf

 Syntax

C#  Copy Code

public FontFamily LabelFontFamily { get; set; }

Visual Basic  Copy Code

Public Property LabelFontFamily As FontFamily

 Property Value

An instance of the System.Windows.Media.FontFamily class. The default value is FontFamily("Times New Roman").

 See Also

Legend Members
Legend Class
MindFusion.RealTimeCharting.Wpf Namespace