CategoryAxisNotesLabelComponent
Represents the label configuration for the category axis notes in the Chart.
Selector
kendo-chart-category-axis-item-notes-label
Inputs
Name | Type | Default | Description |
---|---|---|---|
background |
|
Sets the background color of the label. | |
border |
|
Configures the border of the label. | |
color |
|
Sets the text color of the label. | |
content |
|
Provides a function that creates the content of the label. | |
font |
|
|
Specifies the font style of the label. |
format |
|
|
Specifies the format for displaying the notes label. Uses the |
position |
|
|
Specifies the position of the label. |
rotation |
|
|
Specifies the rotation angle of the label. By default, the label is not rotated. |
visible |
|
|
Determines whether the Chart displays the category notes label. By default, the category notes label is visible. |
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
| ||||||
|