SeriesVisualArgs
Represents the context for the visual function of the series point.
Definition
Package:@progress/kendo-angular-charts
Properties
category
any
Specifies the category of the point.
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.
radius?
number
Specifies the segment radius. Available for the Donut and Pie series.
runningTotal?
number
Specifies the sum of point values from the last "runningTotal" summary point onwards.
Available for the Waterfall series.
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.