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






Gets or sets the font family for the labels at the axis.

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.

 Remarks

Labels at the axis are drawn when the LabelType is not LabelType.Empty.

 See Also

AxisSettings Members
AxisSettings Class
MindFusion.Charting.Silverlight Namespace