Charting for WPF Programmer's Guide

ChartSeries.LabelFontStyle Property

See Also
 


Gets or sets the font style for the chart labels.

Namespace: MindFusion.Charting.Wpf
Assembly: Charting

 Syntax

C#  Copy Code

public FontStyle LabelFontStyle { get; set; }

Visual Basic  Copy Code

Public Property LabelFontStyle As FontStyle

 Property Value

An instance of the FontStyle structure. Default is FontStyles.Normal.

 See Also