SeriesDefaultsLabels
Represents the configuration options of the series labels.
Definition
Package:@progress/kendo-angular-charts
Properties
background?
string
Specifies the background color of the labels. Accepts a valid CSS color string, including HEX and RGB.
color?
string
Specifies the text color of the labels. Accepts a valid CSS color string, including HEX and RGB.
Specifies the function which returns the Chart series labels content.
You can split the text into multiple lines by using line feed characters ("\n").
font?
string
Specifies the font style of the labels.
Specifies the Chart series from label configuration.
Displays the series labels when either the seriesDefaults.labels.visible or the seriesDefaults.labels.from.visible option is set to true.
rotation?
number
Specifies the rotation angle of the labels. By default, the labels are not rotated.
Specifies the Chart series to label configuration.
Displays the series labels when either the seriesDefaults.labels.visible or the seriesDefaults.labels.to.visible option is set to true.
visible?
boolean
Determines whether the Chart displays the series labels.
When set to true, the labels are visible. By default, the Chart series labels are not displayed.
Specifies a function that can be used to create a custom visual for the labels.