Search
Theme.LegendTitleFontName Property
See Also
 






Gets or sets the name of font used to draw legend titles.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public string LegendTitleFontName { get; set; }

Visual Basic  Copy Code

Public Property LegendTitleFontName As String

 Property Value

A string value.

 See Also