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






Gets or sets the font style for the chart labels.

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

 Syntax

C#  Copy Code

public FontStyle LabelFontStyle { get; set; }

Visual Basic  Copy Code

Public Property LabelFontStyle As FontStyle

 Property Value

An instance of the System.Windows.FontStyle structure. Default value is FontStyles.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