Search
Chart.TitleFontName Property
See Also
 






Gets or sets the name of Font used to draw chart's Title.

Namespace: MindFusion.Charting.Controls
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public string TitleFontName { get; set; }

Visual Basic  Copy Code

Public Property TitleFontName As String

 Property Value

A string value.

 See Also