HighlightVisualArgs
Interface
Represents the context for the point highlight visual function.
Definition
Package:@progress/kendo-angular-charts
Properties
category
any
Specifies the category of the point.
Specifies a function that gets the default visual element.
Returns:
dataItem
any
Provides the data item associated with the point.
options
any
Defines the options for the point.
percentage?
number
Represents the value of the point as a percentage. Available only for the Donut, Pie, and 100% Stacked series.
runningTotal?
number
Specifies the sum of point values since the last runningTotal summary point. Available for the Waterfall series.
Specifies the instance of the Chart component.
series
any
Specifies the series to which the point belongs.
total?
number
Specifies the sum of all previous series values. Available for the Waterfall series.
value
any
Represents the value of the point.