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

SeriesPoint

A series point.

NameTypeDefaultDescription

category?

string | number | Date

The point category value. Available only for the Categorical points (Bar, Line, and other).

dataItem?

any

The point dataItem.

index?

number

The point index in the series. Available only for categorical and Funnel charts.

marker?

SeriesPointMarker

The marker associated with the point, if any. Available only for Line and ScatterLine series.

max?

number

The maximum value for the series. Available for the Heatmap series points.

min?

number

The minimum value for the series. Available for the Heatmap series points.

options?

any

The point options.

percentage?

number

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

runningTotal?

number

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

total?

number

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

value?

any

The point value.

visual?

Element

The Drawing element used to draw the point.