PanesTitle
Represents the panes.title options.
Definition
Package:@progress/kendo-angular-charts
Properties
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.
font?
string
Specifies the font style of the title.
position?
"left" | "right" | "center"
Specifies the position of the title.
You can set the positioning to left for left positioning, right for right positioning (both applicable to the horizontal axis), or center for positioning in the center.
text?
string
Specifies the text of the title.
You can split the text into multiple lines by using line feed characters ("\n").
visible?
boolean
Determines whether the Chart displays the pane title.
When set to true, the title is visible. By default, the pane title is visible.
Specifies a function that can be used to create a custom visual for the title.
The available argument fields are:
text—The label text.rect—The geometry Rect that defines where the visual has to be rendered.sender—The Chart instance (might beundefined).options—The label options.createVisual—A function that can be used to get the default visual.