NavigatorCategoryAxisTitleComponent
Represents the title configuration of the navigator category axis.
Selector
kendo-chart-navigator-category-axis-title
Inputs
Name | Type | Default | Description |
---|---|---|---|
background |
|
Sets the background color of the title. | |
border |
|
Configures the border of the title. | |
color |
|
Specifies the text color of the title. | |
font |
|
|
Sets the font style of the title. |
margin |
|
|
Specifies the margin of the title. A numeric value sets all margins. |
padding |
|
|
Specifies the padding of the title. A numeric value sets all paddings. |
position |
|
|
Sets the position of the title. |
rotation |
|
|
Specifies the rotation angle of the title. By default, the title is not rotated. |
text |
|
Specifies the text of the title. | |
visible |
|
|
Determines whether the Chart displays the category axis title. By default, the category axis title is visible. |
visual |
|
Provides a function that creates a custom visual for the title. |
Methods
notifyChanges | ||||||
---|---|---|---|---|---|---|
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. ts
| ||||||
|