MindFusion.Charting for Silverlight Programmer's Guide
Chart.LabelFontFamily Property
See Also
 






Gets or sets the font family for the chart labels.

Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight

 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. Default value is Times New Roman.

 See Also

Chart Members
Chart Class
MindFusion.Charting.Silverlight Namespace