SeriesDefaultsLabelsFrom
Represents the configuration options of the Chart series from labels.
Definition
Package:@progress/kendo-angular-charts
Properties
background?
string
Specifies the background color of the from labels. Accepts a valid CSS color string, including HEX and RGB.
color?
string
Specifies the text color of the from 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 line feed characters ("\n").
font?
string
Specifies the font style of the from labels.
Specifies the padding of the from labels. A numeric value sets all paddings.
visible?
boolean
Determines whether the Chart displays the series from labels.
When set to true, the labels are visible. By default, the Chart series from labels are not displayed.