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

Represents the configuration options of the series highlight.

Definition

Package:@progress/kendo-angular-charts

Properties

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".

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

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".

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".

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.

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

Parameters:eHighlightVisualArgsReturns:

Element