MindFusion.Charting for Silverlight Programmer's Guide
ChartSeries.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.

 See Also

ChartSeries Members
ChartSeries Class
MindFusion.Charting.Silverlight Namespace