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

Represents the point that is passed to the tooltip template.

Definition

Package:@progress/kendo-angular-charts

Properties

category

string | number | Date

Specifies the point category. Available only for the Categorical series.

Specifies the point category index. Available only for the Categorical series.

Specifies the point dataItem.

high

number

Specifies the high value of the point error bar. Available for the Categorical series with error bars.

low

number

Specifies the low value of the point error bar. Available for the Categorical series with error bars.

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

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

Specifies the point series options.

total

number

Specifies the sum of all previous series values. Available for the Waterfall series.

Specifies the point value.

xHigh

number

Specifies the x high value of the point error bar. Available for the Scatter series with error bars.

xLow

number

Specifies the x low value of the point error bar. Available for the Scatter series with error bars.

yHigh

number

Specifies the y high value of the point error bar. Available for the Scatter series with error bars.

yLow

number

Specifies the y low value of the point error bar. Available for the Scatter series with error bars.