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

SeriesVisualArgs

Represents the context for the visual function of the series point.

NameTypeDefaultDescription

category

any

Specifies the category of the point.

center?

Point

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

createVisual

() => Element

Specifies a function that gets the default visual.

dataItem

any

Provides the data item associated with the point.

endAngle?

number

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

innerRadius?

number

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

options

any

Defines the options for the point.

percentage?

number

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

points?

Point[]

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

radius?

number

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

rect

Rect

Specifies the rectangle that defines the normal position of the visual.

runningTotal?

number

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

sender

ChartComponent

Specifies the instance of the Chart component.

series

any

Specifies the series to which the point belongs.

startAngle?

number

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

total?

number

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

value

any

Represents the value of the point.

Not finding the help you need?
Contact Support