Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration AutoCursorModes

Collection of preset options for behavior of chart AutoCursor.

Use with setAutoCursorMode method.

 // Example, disable AutoCursor
 ChartXY.setAutoCursorMode(AutoCursorModes.disabled)

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.