Charting for WPF Programmer's Guide

Chart.TitleFontFamily Property

See Also
 


Gets or sets the font family for the title.

Namespace: MindFusion.Charting.Wpf
Assembly: Charting

 Syntax

C#  Copy Code

public FontFamily TitleFontFamily { get; set; }

Visual Basic  Copy Code

Public Property TitleFontFamily As FontFamily

 Property Value

An instance of the FontFamily class. Default is "Times New Roman".

 See Also