New to Kendo UI for AngularStart a free 30-day trial

Represents the Chart series highlighting configuration options.

Definition

Package:@progress/kendo-angular-charts

Selector:kendo-chart-series-item-highlight

Inputs

Specifies the border configuration of the highlight.

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.

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.

Default:

true

Specifies a function that creates a custom visual for the highlight.

Parameters:eHighlightVisualArgsReturns:

Element

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.

Parameters:changesany

An object containing the updated input fields.