SeriesLabelsToComponent
The to
label configuration of the Chart series.
Selector
kendo-chart-series-item-labels-to
Inputs
NAME | TYPE | DEFAULT | DESCRIPTION |
---|---|---|---|
background | string | The background color of the | |
border | The border of the | ||
color | string | The text color of the | |
content | (e: SeriesLabelsContentArgs) => string | The function which returns the Chart series | |
font | string | The font style of the | |
format | string | The format of the | |
margin | number | Margin | The margin of the | |
padding | number | Padding | The padding of the | |
position | "center" | "insideBase" | "insideEnd" | "outsideEnd" | The position of the The available options are:
| |
visible | boolean | If set to |
Methods
notifyChanges | ||
---|---|---|
Updates the component fields with the specified values and refreshes the Chart. Use this method when the configuration values cannot be set through the template.
|
Parameters | ||
---|---|---|
changes | any | An object containing the updated input fields. |