TooltipTemplatePoint
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.
categoryIndex
number
Specifies the point category index. Available only for the Categorical series.
dataItem
any
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.
percentage
number
Specifies the point value represented as a percentage value. Available only for the Donut, Pie, and 100% Stacked charts.
runningTotal
number
Specifies the sum of point values since the last "runningTotal" summary point. Available for the Waterfall series.
series
any
Specifies the point series options.
total
number
Specifies the sum of all previous series values. Available for the Waterfall series.
value
any
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.