ChartAxisDefaultsLabelsProps
Represents the props of the KendoReact ChartAxisDefaultsLabels component.
Name | Type | Default | Description |
---|---|---|---|
content? |
|
The function which returns the label content. The text can be split into multiple lines by using the line feed characters ( The available fields in the function argument are:
| |
font? |
|
The font style of the labels. | |
format? |
|
The format for displaying the labels. Uses the | |
margin? |
|
The margin of the labels. A numeric value sets all margins. | |
mirror? |
|
If set to | |
padding? |
|
The padding of the labels. A numeric value sets all paddings. | |
rotation? |
|
The rotation angle of the labels (see example). By default, the labels are not rotated. If the axis is horizontal, can be set to | |
skip? |
|
The number of labels to skip. By default, no labels are skipped. | |
step? |
|
The label-rendering step—renders every nth label. By default, every label is rendered. | |
visible? |
|
If set to | |
visual? |
|
A function that for creating a custom visual for the labels. The available argument fields are:
|