RadialLabelsComponent
Component
Configures the configuration options for the scale labels of the RadialGauge.
Definition
Package:@progress/kendo-angular-gauges
Selector:kendo-radialgauge-scale-labels
Syntax:
html
<kendo-radialgauge>
<kendo-radialgauge-scale>
<kendo-radialgauge-scale-labels [visible]="true" [format]="'N0'">
</kendo-radialgauge-scale-labels>
</kendo-radialgauge-scale>
</kendo-radialgauge>
Inputs
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.
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.
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.