SeriesDefaults.labels.to
configurationThe chart series to label configuration.
The chart displays the series labels when the seriesDefaults.labels.visible option is set to
trueor when the seriesDefaults.labels.to.visible option is set totrue.
seriesDefaults.labels.to
ObjectThe background color of the to labels. Accepts a valid CSS color string, including hex and rgb.
The border of the to labels.
The text color of the to labels. Accepts a valid CSS color string, including hex and rgb.
The font style of the to labels.
Default: "12px Arial,Helvetica,sans-serif"
The format of the to labels. Uses kendo.format.
Default: "{0}"
seriesDefaults.labels.to.margin
Number|ObjectThe margin of the to labels. A numeric value will set all margins.
Default: 0
seriesDefaults.labels.to.padding
Number|ObjectThe padding of the to labels. A numeric value will set all paddings.
Default: 0
seriesDefaults.labels.to.template
String|FunctionThe template which renders the chart series to label.
If set to true the chart will display the series to labels. By default chart series to labels are not displayed.
Default: false