New to Kendo UI for AngularStart a free 30-day trial

SeriesPoint

Represents a series point in the Chart.

NameTypeDefaultDescription

category?

string | number | Date

Specifies the category value of the point. Available for Categorical points such as Bar and Line series.

dataItem?

any

Specifies the dataItem associated with the point.

index?

number

Defines the index of the point in the series. Available for Categorical and Funnel charts.

marker?

SeriesPointMarker

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

max?

number

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

min?

number

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

options?

any

Specifies the options for the point.

percentage?

number

Specifies the value of the point as a percentage. Available for Donut, Pie, and 100% Stacked Chart points.

runningTotal?

number

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

total?

number

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

value?

any

Represents the value of the point.

visual?

Element

Provides the Drawing element used to draw the point.

Not finding the help you need?
Contact Support