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