New to Kendo UI for Angular? Start a free 30-day trial
RadialLabelsComponent
Configures the configuration options for the scale labels of the RadialGauge.
html
<kendo-radialgauge>
   <kendo-radialgauge-scale>
         <kendo-radialgauge-scale-labels [visible]="true" [format]="'N0'">
         </kendo-radialgauge-scale-labels>
    </kendo-radialgauge-scale>
</kendo-radialgauge>Selector
kendo-radialgauge-scale-labels
Inputs
| Name | Type | Default | Description | 
|---|---|---|---|
| background? | 
 | The background of the labels. Accepts valid CSS color strings, including hex and rgb. | |
| border? | 
 | The border of the labels. | |
| color? | 
 | The color of the labels. Accepts valid CSS color strings, including hex and rgb. | |
| content? | 
 | The function which returns the label content. The available fields in the function argument are: 
 | |
| font? | 
 | The font of the labels. | |
| format? | 
 | The format that is used to display the labels.
Uses the IntlService  | |
| margin? | 
 | The margin of the labels. | |
| padding? | 
 | The padding of the labels. | |
| position | 
 | Sepcifies rhe position of the labels relative to the scale. | |
| visible? | 
 | The visibility of the labels. |