Collection of preset options for behavior of chart AutoCursor.

Use with setAutoCursorMode method.

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

Enumeration Members

Enumeration Members

disabled: 0

AutoCursor should be disabled.

onHover: 2

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

snapToClosest: 1

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.