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

SeriesHighlightComponent

Represents the Chart series highlighting configuration options.

Selector

kendo-chart-series-item-highlight

Inputs

NameTypeDefaultDescription

border

Border

Specifies the border configuration of the highlight.

color

string

Specifies the color of the highlight.

line

HighlightLine

Specifies the line configuration of the highlight.

markers

MarkersHighlight

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

true

Determines whether the Chart highlights the series when the user hovers over it with the mouse.

visual

(e: HighlightVisualArgs) => Element

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

Methods

notifyChanges

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.

ts
item.notifyChanges({ visible: true });
Parameters

changes

any

An object containing the updated input fields.

In this article
SelectorInputsMethods
Not finding the help you need?
Contact Support