NavigatorCategoryAxisTitleComponent
Represents the title configuration of the navigator category axis.
Definition
Package:@progress/kendo-angular-charts
Selector:kendo-chart-navigator-category-axis-title
Inputs
background
string
Sets the background color of the title.
color
string
Specifies the text color of the title.
font
string
Sets the font style of the title.
'bold 16px sans-serif'
Specifies the padding of the title. A numeric value sets all paddings.
0
Sets the position of the title.
'center'
rotation
number
Specifies the rotation angle of the title. By default, the title is not rotated.
0
text
string
Specifies the text of the title.
visible
boolean
Determines whether the Chart displays the category axis title. By default, the category axis title is visible.
true
Provides a function that creates a custom visual for the title.
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.