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

RadialLabels

Interface

Represents the labels configuration of the Gauge.

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.

Sets the position of the labels. This property determines where the labels will be placed relative to the radial gauge.

visible?

boolean

Sets the visibility of the labels.