CategoryAxisNotesLabel
Represents the configuration options of the category axis notes label.
Definition
Package:@progress/kendo-angular-charts
Properties
background?
string
Specifies the background color of the label. Accepts a valid CSS color string, including hex and rgb.
color?
string
Specifies the text color of the label. Accepts a valid CSS color string, including hex and rgb.
Specifies the function which returns the label content.
You can split the text into multiple lines by using the line feed characters ("\n").
font?
string
Specifies the font style of the label.
format?
string
Specifies the format for displaying the notes label. Uses the format method of IntlService.
Contains one placeholder ("{0}") which represents the category value.
Specifies the position of the label.
rotation?
number
Specifies the rotation angle of the label. By default, the label is not rotated.
visible?
boolean
Determines whether the Chart displays the category notes label.
When set to true, the category notes label is visible. By default, the category notes label is visible.