New to KendoReact? Start a free 30-day trial
ChartSeriesLabelsProps
ChartSeriesLabelsPropsPremium
Updated on Jan 7, 2026
Represents the props of the KendoReact ChartSeriesLabels component (see example).
| Name | Type | Default | Description |
|---|---|---|---|
align? |
|
The alignment of the label when The supported values for
The supported values for
| |
background? |
|
The background color of the labels. Accepts a valid CSS color string, including hex and rgb. | |
border? |
|
The border of the labels. | |
color? |
|
The text color of the labels. Accepts a valid CSS color string, including hex and rgb. | |
content? |
|
The function which returns the Chart series label content. You can split the text into multiple lines by using line feed characters ( The fields available in the function argument are:
|