Title
Specifies the configuration options of the title (see example).
Definition
Package:@progress/kendo-angular-charts
Properties
align?
"left" | "right" | "center"
Specifies the alignment of the title.
Use center for middle alignment, left for left alignment, and right for right alignment.
background?
string
Specifies the background color of the title. Accepts a valid CSS color string, including HEX and RGB.
color?
string
Specifies the text color of the title. Accepts a valid CSS color string, including HEX and RGB.
description?
string
Specifies the accessible description of the Chart.
Screen readers announce the description when the Chart is focused.
font?
string
Specifies the font of the title.
position?
"top" | "bottom"
Specifies the position of the title.
Use bottom to place the title at the bottom or top to place it at the top.
text?
string
Specifies the text of the chart title. 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 title. By default, the title is displayed.