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





Gets or sets the font family for the chart labels. This is a dependency property.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.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 WPF FontFamily class. The default is FontFamily("Times New Roman").

 See Also

ChartSeries Members
ChartSeries Class
MindFusion.Charting.Wpf Namespace