New to Kendo UI for Angular? Start a free 30-day trial
Labels
Represents the configuration of the scale labels.
Name | Type | Default | Description |
---|---|---|---|
background? |
|
Sets the background of the labels. Accepts valid CSS color strings, including hex and rgb. | |
border? |
|
Sets the border of the labels. | |
color? |
|
Sets the color of the labels. Accepts valid CSS color strings, including hex and rgb. | |
content? |
|
Sets the function which returns the label content. The available fields in the function argument are:
| |
font? |
|
Sets the font of the labels. | |
format? |
|
Sets the format that displays the labels.
Uses the IntlService | |
margin? |
|
Sets the margin of the labels. | |
padding? |
|
Sets the padding of the labels. | |
visible? |
|
Sets the visibility of the labels. |