SeriesDefaultsLabelsTo
Interface
Represents the configuration options of the Chart series to labels.
Definition
Package:@progress/kendo-angular-charts
Properties
background?
string
Specifies the background color of to lables. Accepts a valid CSS color string, including HEX and RGB.
color?
string
Specifies the text color of to labels. Accepts a valid CSS color string, including HEX and RGB.
Specifies the function which returns the from label content of the Chart series.
You can split the text into multiple lines by using the line feed characters ("\n").
font?
string
Specifies the font style of the to labels.
visible?
boolean
Determines whether the Chart displays the to labels of the series.
When set to true, the labels are visible. By default, the to labels of the Chart series are not displayed.