ChartSeriesDefaultsLabelsToProps
Interface
Represents the props of the KendoReact ChartSeriesDefaultsLabelsTo component.
Definition
Package:@progress/kendo-react-charts
Properties
background?
string
The background color of to lables. Accepts a valid CSS color string, including hex and rgb.
color?
string
The text color of to labels. Accepts a valid CSS color string, including hex and rgb.
The function which returns the from label content of the Chart series. You can split the text into multiple lines by using the line feed characters ("\n").
The available fields in the function argument are:
category—The category name. Available for the Area, Bar, Column, Bubble, Donut, Funnel, Pyramid, Line, and Pie series.dataItem—The original data item used to construct the point. If binding to an array, it will benull.percentage—The point value represented as a percentage value. Available for the Donut, Funnel, Pyramid and Pie series.series—The data series.value—The point value. Can be a number or object containing each bound field.runningTotal—The sum of point values since the last"runningTotal"summary point. Available for the Waterfall series.total—The sum of all previous series values. Available for the Waterfall series.
Parameters:eanyReturns:
string
font?
string
The font style of the to labels.
visible?
boolean
If set to true, the Chart displays the to labels of the series. By default, the to labels of the Chart series are not displayed.