SeriesLabelsContentArgs
Represents the context for the content function of the series label.
Definition
Package:@progress/kendo-angular-charts
Properties
category
any
Specifies the category name. Available for the Area, Bar, Column, Bubble, Donut, Funnel, Pyramid, Line, and Pie series.
dataItem
any
Specifies the original data item used to construct the point. If binding to an array, it will be null.
percentage?
number
Specifies the point value represented as a percentage. Available only for the Donut, Pie, and 100% Stacked charts.
runningTotal?
number
Specifies the sum of point values from the last "runningTotal" summary point onwards.
Available for the Waterfall series.
series
any
Specifies the data series configuration object.
stackValue?
number
Specifies the cumulative point value on the stack. Available only for the stackable series.
text
string
Specifies the text of the label.
total?
number
Specifies the sum of all previous series values. Available for the Waterfall series.
value
any
Specifies the value of the point. The value can be a number or object containing each bound field.