SeriesPoint
A series point.
Name | Type | Default | Description |
---|---|---|---|
category? |
|
The point category value. Available only for the Categorical points (Bar, Line, and other). | |
dataItem? |
|
The point | |
index? |
|
The point index in the series. Available only for categorical and Funnel charts. | |
marker? |
|
The marker associated with the point, if any. Available only for Line and ScatterLine series. | |
max? |
|
The maximum value for the series. Available for the Heatmap series points. | |
min? |
|
The minimum value for the series. Available for the Heatmap series points. | |
options? |
|
The point options. | |
percentage? |
|
The point value represented as a percentage value. Available only for the Donut, Pie, and 100% Stacked chart points. | |
runningTotal? |
|
The sum of point values since the last | |
total? |
|
The sum of all previous series values. Available for the Waterfall series points. | |
value? |
|
The point value. | |
visual? |
|
The Drawing element used to draw the point. |