New to Kendo UI for AngularStart a free 30-day trial

Represents the configuration options of the series labels.

Definition

Package:@progress/kendo-angular-charts

Properties

Specifies the background color of the labels. Accepts a valid CSS color string, including HEX and RGB.

Specifies the border of the labels.

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").

Parameters:eSeriesLabelsContentArgsReturns:

string

font?

string

Specifies the font style of the labels.

format?

string

Specifies the format of the labels. Uses the format method of IntlService.

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.

margin?

number | Margin

Specifies the margin of the labels. A numeric value sets all margins.

Specifies the padding of the labels. A numeric value sets all margins.

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.

Parameters:eSeriesLabelsVisualArgsReturns:

Element