PaneDefaultsTitle
Interface
Represents the options for default pane title.
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.
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.