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

SeriesHighlight

Represents the configuration options of the series highlight.

NameTypeDefaultDescription

border?

Border

Specifies the border of the highlighted Chart series. Computes the color automatically from the base point color. This option is supported when series.type is set to "donut", "bubble", "pie", "candlestick", or "ohlc".

color?

string

Specifies the highlight color. Accepts a valid CSS color string, including HEX and RGB. This option is supported when series.type is set to "donut" or "pie".

inactiveOpacity?

number

Specifies the opacity of the series when another series is highlighted.

line?

HighlightLine

Specifies the line of the highlighted Chart series. Computes the color automatically from the base point color. This option is supported when series.type is set to "candlestick" or "ohlc".

markers?

MarkersHighlight

Specifies the appearance of the highlighted point markers. This option is supported when series.type is set to "line", "area", "scatter", "scatterLine", or "rangeArea".

opacity?

number

Specifies the opacity of the highlighted points. This option is supported when series.type is set to "bubble", "pie", or "donut".

toggle?

(e: HighlightToggleArgs) => void

Specifies a function for handling the toggling of the points highlight.

visible?

boolean

Determines whether the Chart highlights the series when the user hovers over it with the mouse. When set to true, the Chart highlights the series when the user hovers over it with the mouse. By default, the highlighting of the Chart series is enabled.

visual?

(e: HighlightVisualArgs) => Element

Specifies a function for setting custom visuals for the point highlights.

Not finding the help you need?
Contact Support