Enumeration InteractionState

Describes available interaction states of the chart or geographic map control.

Enumeration Members

Enumeration Members

Auto: 3

User gesture will start a pan action in a touch environment and a drag rectangle in a mouse environment.

DragPan: 2

User gesture will start a pan action to move the chart's window.

DragZoom: 1

User gesture will start a drag rectangle to zoom the chart.

None: 0

User gesture will not change the state of the chart.