Specifies the font, which is used to draw the chart subtitle.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C#
![]() |
---|
public Font SubTitleFont { get; set; } |
Visual Basic
![]() |
---|
Public Property SubTitleFont As Font |
A value of the .NET Font class.
The property defines the font with which the chart's subtitle is drawn. The subtitle text is specified with the SubTitleText property. Leave it an empty string, if you do not want any subtitle to be drawn. The subtitle is drawn with the SubTitleBrush property. The subtitle is always drawn under the title (if any).
You can make the subtitle text in several lines by using the new line ("\n") symbol.
Default value for the SubTitleFont property is Times New Roman, size 14.