Search
Theme.LegendTitleBrush Property
See Also
 






Gets or sets the Brush used to draw legend titles.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public Brush LegendTitleBrush { get; set; }

Visual Basic  Copy Code

Public Property LegendTitleBrush As Brush

 Property Value

An instance of the Brush class.

 See Also