HighlightToggleArgs
Interface
Represents the context for the series highlight toggle function.
Definition
Package:@progress/kendo-angular-charts
Properties
category
any
Specifies the category of the point.
dataItem?
any
Specifies the data item associated with the point.
preventDefault
() => void
Provides a function that prevents the default highlight overlay from appearing.
series?
any
Specifies the series to which the point belongs.
show
boolean
Indicates whether the highlight should be displayed.
value
any
Specifies the value of the point.