Specifies the brush that is used to draw the chart title.
Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms
C#
![]() |
---|
public Brush TitleBrush { get; set; } |
Visual Basic
![]() |
---|
Public Property TitleBrush As Brush |
An instance of 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.