Specifies the brush that is used to draw the chart title.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C#
![]() |
---|
public Brush TitleBrush { get; set; } |
Visual Basic
![]() |
---|
Public Property TitleBrush As Brush |
A value of the MindFusion.Drawing.Brush class.
This property is used when title for the chart is drawn. The title is set with TitleText and is drawn with TitleFont.
You can draw the title text in more than one line using the new line ("\n") symbol.
Default value for the TitleBrush property is a black SolidBrush.