ChartCategoryAxisNotesLabelProps
Represents the props of the KendoReact ChartCategoryAxisNotesLabel component.
Name | Type | Default | Description |
---|---|---|---|
background? |
|
The background color of the label. Accepts a valid CSS color string, including hex and rgb. | |
border? |
|
The border of the label. | |
color? |
|
The text color of the label. Accepts a valid CSS color string, including hex and rgb. | |
content? |
|
The function which returns the label content. The function argument contains a | |
font? |
|
The font style of the label. | |
format? |
|
The format for displaying the notes label. Uses the | |
position? |
|
The position of the label. The available options are:
| |
rotation? |
|
The rotation angle of the label. By default, the label is not rotated. | |
visible? |
|
If set to |