New to Kendo UI for Angular? Start a free 30-day trial
HighlightToggleArgs
Represents the context for the series highlight toggle
function.
Name | Type | Default | Description |
---|---|---|---|
category |
|
Specifies the category of the point. | |
dataItem? |
|
Specifies the data item associated with the point. | |
preventDefault |
|
Provides a function that prevents the default highlight overlay from appearing. | |
series? |
|
Specifies the series to which the point belongs. | |
show |
|
Indicates whether the highlight should be displayed. | |
value |
|
Specifies the value of the point. | |
visual |
|
Specifies the visual element that needs to be highlighted. |