Charting for WPF Programmer's Guide

Chart.LabelFontWeight Property

See Also
 


Gets or sets the font weight for the chart labels.

Namespace: MindFusion.Charting.Wpf
Assembly: Charting

 Syntax

C#  Copy Code

public FontWeight LabelFontWeight { get; set; }

Visual Basic  Copy Code

Public Property LabelFontWeight As FontWeight

 Property Value

 See Also