MindFusion.Wpf Pack Programmer's Guide
ChartSeries.LabelFontWeight Property
See Also
 





Gets or sets the font weight for the chart labels. This is a dependency property.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

public FontWeight LabelFontWeight { get; set; }

Visual Basic  Copy Code

Public Property LabelFontWeight As FontWeight

 Property Value

An instance of the WPF FontWeight structure. The default value is FontWeights.Normal.

 See Also

ChartSeries Members
ChartSeries Class
MindFusion.Charting.Wpf Namespace