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

Labels

Represents the configuration of the scale labels.

NameTypeDefaultDescription

background?

string

Sets the background of the labels. Accepts valid CSS color strings, including hex and rgb.

border?

Border

Sets the border of the labels.

color?

string

Sets the color of the labels. Accepts valid CSS color strings, including hex and rgb.

content?

(e: any) => string

Sets the function which returns the label content.

The available fields in the function argument are:

  • value—The value of the label.

font?

string

Sets the font of the labels.

format?

string

Sets the format that displays the labels. Uses the IntlService format method.

margin?

number | Margin

Sets the margin of the labels.

padding?

number | Padding

Sets the padding of the labels.

visible?

boolean

Sets the visibility of the labels.

Not finding the help you need?
Contact Support