MindFusion.Charting Programmer's Guide

Chart.TitleBrush Property

See Also
 





Specifies the brush that is used to draw the chart title.

Namespace: MindFusion.Charting.WebForms
Assembly: MindFusion.Charting.WebForms

 Syntax

C#  Copy Code

public Brush TitleBrush { get; set; }

Visual Basic  Copy Code

Public Property TitleBrush As Brush

 Property Value

An object of type MindFusion.Drawing.Brush.

 Remarks

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.

 See Also