XAxisNotesLabelComponent
Represents the notes label configuration of the X axis.
Selector
kendo-chart-x-axis-item-notes-label
Inputs
Name | Type | Default | Description |
---|---|---|---|
background |
|
Specifies the background color of the label. | |
border |
|
Specifies the border configuration of the label. | |
color |
|
Specifies the text color of the label. | |
content |
|
Specifies a function that returns the content of the notes 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 labels. |
rotation |
|
|
Specifies the rotation angle of the label. By default, the label is not rotated. |
visible |
|
|
Determines whether the Chart displays the X-axis notes label. By default, the X-axis 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
| ||||||
|