Search
Chart.TitleBrush Property
See Also
 






Gets or sets the Brush used to draw chart's Title.

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

 Syntax

C#  Copy Code

public Brush TitleBrush { get; set; }

Visual Basic  Copy Code

Public Property TitleBrush As Brush

 Property Value

An instance of the Brush class.

 See Also