Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration AutoCursorModes

Enum for selecting behavior of AutoCursor in Charts.

Use with setAutoCursor

Index

Enumeration members

Enumeration members

disabled

disabled:

AutoCursor should be disabled.

onHover

onHover:

AutoCursor will only be active when users mouse is directly pointing at a Series inside the Chart.

snapToClosest

snapToClosest:

AutoCursor will be active whenever users mouse is inside the Chart.

It will snap to point at the closest data-point of a Series inside the Chart.