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

SeriesDefaultsLabels

Represents the configuration options of the series labels.

NameTypeDefaultDescription

background?

string

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

border?

Border

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.

content?

(e: SeriesLabelsContentArgs) => string

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.

format?

string

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

from?

SeriesDefaultsLabelsFrom

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.

padding?

number | Padding

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.

to?

SeriesDefaultsLabelsTo

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.

visual?

(e: SeriesLabelsVisualArgs) => Element

Specifies a function that can be used to create a custom visual for the labels.

Not finding the help you need?
Contact Support