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






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

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

 Syntax

C#  Copy Code

public FontWeight LabelFontWeight { get; set; }

Visual Basic  Copy Code

Public Property LabelFontWeight As FontWeight

 Property Value

An instance of the System.Windows.FontWeight class. Default value is FontWeights.Normal.

 Remarks

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

 See Also

AxisSettings Members
AxisSettings Class
MindFusion.Charting.Silverlight Namespace