TooltipTemplatePoint
Represents the point that is passed to the tooltip template.
Name | Type | Default | Description |
---|---|---|---|
category |
|
Specifies the point category. Available only for the Categorical series. | |
categoryIndex |
|
Specifies the point category index. Available only for the Categorical series. | |
dataItem |
|
Specifies the point | |
high |
|
Specifies the high value of the point error bar. Available for the Categorical series with error bars. | |
low |
|
Specifies the low value of the point error bar. Available for the Categorical series with error bars. | |
percentage |
|
Specifies the point value represented as a percentage value. Available only for the Donut, Pie, and 100% Stacked charts. | |
runningTotal |
|
Specifies the sum of point values since the last | |
series |
|
Specifies the point series options. | |
total |
|
Specifies the sum of all previous series values. Available for the Waterfall series. | |
value |
|
Specifies the point value. | |
xHigh |
|
Specifies the x high value of the point error bar. Available for the Scatter series with error bars. | |
xLow |
|
Specifies the x low value of the point error bar. Available for the Scatter series with error bars. | |
yHigh |
|
Specifies the y high value of the point error bar. Available for the Scatter series with error bars. | |
yLow |
|
Specifies the y low value of the point error bar. Available for the Scatter series with error bars. |