MindFusion.Charting Programmer's Guide

Chart.SubTitleBrush Property

See Also
 





Specifies the brush that is used for drawing the chart subtitle.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public Brush SubTitleBrush { get; set; }

Visual Basic  Copy Code

Public Property SubTitleBrush As Brush

 Property Value

An object of the MindFusion.Drawing.Brush class.

 Remarks

This property is used when subtitle for the chart is drawn. The subtitle text is specifies with SubTitleText property and is drawn with the SubTitleFont property. The subtitle text can be broken in several lines with the new line ("\n") symbol.

Default value for the SubTitleBrush property is a black SolidBrush.

 See Also