Subtitle
Specifies the configuration options of the subtitle (see example).
Definition
Package:@progress/kendo-angular-charts
Properties
align?
"left" | "right" | "center"
Specifies the alignment of the subtitle.
By default, the subtitle has the same alignment as the title.
Use center for middle alignment, left for left alignment, and right for right alignment.
background?
string
Specifies the background color of the subtitle. Accepts a valid CSS color string, including HEX and RGB.
color?
string
Specifies the text color of the subtitle. Accepts a valid CSS color string, including HEX and RGB.
font?
string
Specifies the font of the subtitle.
position?
"top" | "bottom"
Specifies the position of the subtitle.
By default, the subtitle is placed in the same position as the title.
Use bottom to place the subtitle at the bottom or top to place it at the top.
text?
string
Specifies the text of the chart subtitle. You can also set the text directly for a title with default options.
Use line feed characters ("\n") to split the text into multiple lines.
visible?
boolean
Determines whether the Chart displays the subtitle. By default, the subtitle is displayed.