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

SeriesVisualArgs

The context for the function of the series point visual.

NameTypeDefaultDescription

category

any

The point category.

center?

Point

The center point of the segment. Available for the Donut and Pie series.

createVisual

() => Element

A function that can be used to get the default visual.

dataItem

any

The point data item.

endAngle?

number

The end angle of the segment. Available for the Donut and Pie series.

innerRadius?

number

The inner radius of the segment. Available for the Donut and Pie series.

options

any

The point options.

percentage?

number

The point value represented as a percentage value. Available only for the Donut, Pie, and 100% stacked charts.

points?

Point[]

The segment points. Available for the Donut and Pie series.

radius?

number

The segment radius. Available for the Donut and Pie series.

rect

Rect

The rectangle that defines the normal position of the visual.

runningTotal?

number

The sum of point values from the last runningTotal summary point onwards. Available for the Waterfall series.

sender

ChartComponent

The instance of the Chart component.

series

any

The point series.

startAngle?

number

The start angle of the segment. Available for the Donut and Pie series.

total?

number

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

value

any

The point value.