NavigatorPaneTitleComponent
Represents the title configuration of the navigator pane of the StockChart.
Definition
Package:@progress/kendo-angular-charts
Selector:kendo-chart-navigator-pane-title
Inputs
background
string
Sets the background color of the title.
color
string
Sets the text color of the title.
font
string
Defines the font style of the title.
'700 18px sans-serif'
position
"left" | "right" | "center"
Specifies the position of the title.
'center'
text
string
Sets the text content of the title.
visible
boolean
Determines whether the Chart displays the pane title.
true
Provides a function that creates a custom visual for the title.
Element
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.