Selections describing behavior of user-interaction-triggered highlighting.

Generally simpler syntax like component.setHighlightOnHover(false) or true is preferred. Mainly needed for explicitly enabling onHoverIndividual mode for figure series.

Enumeration Members

noHighlighting: 0

Highlighting is not affected by user-interactions.

onHover: 1

When any part of a Series is interacted with, the whole Series is highlighted.

onHoverIndividual: 2

Used for figure series, only specific interacted figure is highlighted.