Charting for WPF Programmer's Guide

Chart.TitleFontStyle Property

See Also
 


Gets or sets the font style for the title.

Namespace: MindFusion.Charting.Wpf
Assembly: Charting

 Syntax

C#  Copy Code

public FontStyle TitleFontStyle { get; set; }

Visual Basic  Copy Code

Public Property TitleFontStyle As FontStyle

 Property Value

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

 See Also