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