New to Kendo UI for AngularStart a free 30-day trial

Represents the context for the content function of the series label.

Definition

Package:@progress/kendo-angular-charts

Properties

Specifies the category name. Available for the Area, Bar, Column, Bubble, Donut, Funnel, Pyramid, Line, and Pie series.

Specifies the original data item used to construct the point. If binding to an array, it will be null.

Specifies the point value represented as a percentage. Available only for the Donut, Pie, and 100% Stacked charts.

Specifies the sum of point values from the last "runningTotal" summary point onwards. Available for the Waterfall series.

Specifies the data series configuration object.

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.

Specifies the value of the point. The value can be a number or object containing each bound field.