SeriesHighlightComponent
Represents the Chart series highlighting configuration options.
Definition
Package:@progress/kendo-angular-charts
Selector:kendo-chart-series-item-highlight
Inputs
color
string
Specifies the color of the highlight.
Specifies the line configuration of the highlight.
Specifies the markers configuration of the highlight.
opacity
number
Specifies the opacity of the highlight.
toggle
(e: HighlightToggleArgs) => void
Specifies a function that handles the highlight toggle event.
visible
boolean
Determines whether the Chart highlights the series when the user hovers over it with the mouse.
true
Specifies a function that creates a custom visual for the highlight.
Methods
Updates the component fields with the specified values and refreshes the Chart.
Use this method when the configuration values cannot be set through the template.
An object containing the updated input fields.