HighlightToggleArgs
Interface
The context for the highlight toggle function.
Definition
Package:@progress/kendo-react-charts
Properties
category
any
The point category.
dataItem?
any
The point dataItem.
preventDefault
() => void
A function that can be used to prevent the showing of the default highlight overlay.
series?
any
The series of the point.
show
boolean
A Boolean value which indicates whether to show the highlight.
value
any
The value of the point.
visual
Element
The visual element that needs to be highlighted.