PaneDefaultsTitleComponent
Represents the default title configuration of all Chart panes.
Definition
Package:@progress/kendo-angular-charts
Selector:kendo-chart-pane-defaults-title
Inputs
background
string
Specifies the background color of the title.
color
string
Specifies the text color of the title.
font
string
Specifies the font style of the title.
'16px sans-serif'
position
"left" | "right" | "center"
Specifies the position of the title.
The positioning of the axis title can be set to left for left positioning, right for right positioning (both applicable to the horizontal axis), or center for positioning in the center.
'center'
visible
boolean
Determines whether the Chart displays the pane title.
true
Methods
Updates the component fields with the specified values and refreshes the Chart.
Use this method when the configuration values cannot be set through the template.
An object containing the updated input fields.