Search
Theme.LegendTitleFontStyle Property
See Also
 






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

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public FontAttributes LegendTitleFontStyle { get; set; }

Visual Basic  Copy Code

Public Property LegendTitleFontStyle As FontAttributes

 Property Value

A member of the FontAttributes enumeration.

 See Also