New to Kendo UI for Angular? Start a free 30-day trial

TooltipTemplatePoint

The point that is passed to the tooltip template.

NameTypeDefaultDescription

category

string | number | Date

The point category. Available only for the Categorical series.

categoryIndex

number

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

dataItem

any

The point dataItem.

high

number

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

low

number

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

percentage

number

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

runningTotal

number

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

series

any

The point series options.

total

number

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

value

any

The point value.

xHigh

number

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

xLow

number

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

yHigh

number

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

yLow

number

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