New to Kendo UI for Angular? Start a free 30-day trial
LinearLabelsComponent
The configuration options for the scale labels of the LinearGauge.
Selector
kendo-lineargauge-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. | |
visible? |
|
The visibility of the labels. |