RadialLabels
Interface
Represents the labels configuration of the Gauge.
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.
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.