ValueAxisNotesLabelComponent
The label of the notes.
Selector
kendo-chart-value-axis-item-notes-label
Inputs
NAME | TYPE | DEFAULT | DESCRIPTION |
---|---|---|---|
background | string | The background color of the label. Accepts a valid CSS color string, including hex and rgb. | |
border | The border of the label. | ||
color | string | The text color of the label. Accepts a valid CSS color string, including hex and rgb. | |
content | (e: AxisNoteContentArgs) => string | The function which returns the label content.
You can split the text into multiple lines by using the line feed characters ( | |
font | string | The font style of the label. | |
format | string | The format used to display the notes label. Uses the IntlService | |
position | The position of the labels.
| ||
rotation | number | The rotation angle of the label. By default, the label is not rotated. | |
visible | boolean | If set to |
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.
|
Parameters | ||
---|---|---|
changes | any | An object containing the updated input fields. |