Version

InteractionState Enumeration

Describes available interaction states of the chart or geographic map control.
Syntax
public enum InteractionState : System.Enum 
Members
MemberDescription
AutoUser gesture will start a pan action in a touch environment and a drag rectangle in a mouse environment.
DragPanUser gesture will start a pan action to move the chart's window.
DragZoomUser gesture will start a drag rectangle to zoom the chart.
NoneUser gesture will not change the state of the chart.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also