Gets or sets the font family for the labels at the axis.
Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight
C#
![]() |
---|
public FontFamily LabelFontFamily { get; set; } |
Visual Basic
![]() |
---|
Public Property LabelFontFamily As FontFamily |
An instance of the System.Windows.Media.FontFamily class. Default value is Times New Roman.
Labels at the axis are drawn when the LabelType is not LabelType.Empty.