Labels
Interface
Represents the configuration of the scale labels.
Definition
Package:@progress/kendo-angular-gauges
Properties
background?
string
Sets the background of the labels. Accepts valid CSS color strings, including hex and rgb.
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.
visible?
boolean
Sets the visibility of the labels.