Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration HighlightModes

Enum for selecting behaviour of user-interaction-triggered highlighting of Series.

This is currently only usable on FigureSeries:

  • BoxSeries
  • RectangleSeries
  • SegmentSeries
  • ...

Index

Enumeration members

noHighlighting

noHighlighting :

Highlighting is not affected by user-interactions.

onHover

onHover :

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

onHoverIndividual

onHoverIndividual :

When a part of a Series is interacted with, that part will be highlighted.