Charting for WPF Programmer's Guide

Chart.TitleFontSize Property

See Also
 


Gets or sets the font size for the title.

Namespace: MindFusion.Charting.Wpf
Assembly: Charting

 Syntax

C#  Copy Code

public double TitleFontSize { get; set; }

Visual Basic  Copy Code

Public Property TitleFontSize As Double

 Property Value

A double value. Default is 14.0.

 See Also