Specifies the brush that is used for drawing the chart subtitle. Namespace: MindFusion.Charting
|
C#
![]() |
---|
public Brush SubTitleBrush { get; set; } |
Visual Basic
![]() |
---|
Public Property SubTitleBrush As Brush |
An object of the MindFusion.Drawing.Brush class.
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.