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

SeriesPoint

Interface

Represents a series point in the Chart.

Definition

Package:@progress/kendo-angular-charts

Properties

category?

string | number | Date

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

Specifies the dataItem associated with the point.

index?

number

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

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.

Specifies the options for the point.

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

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.

Represents the value of the point.

Provides the Drawing element used to draw the point.