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