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

Labels

Interface

Represents the configuration of the scale labels.

Definition

Package:@progress/kendo-angular-gauges

Properties

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

Sets the border of the labels.

color?

string

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

Sets the function which returns the label content.

The available fields in the function argument are:

  • value—The value of the label.
Parameters:eany

The parameters for the content callback.

Returns:

string

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.

Sets the padding of the labels.

visible?

boolean

Sets the visibility of the labels.