Version

InteractionState Enumeration

Enumerates the available interaction states of the chart.
Syntax
'Declaration
 
Public Enum InteractionState 
   Inherits System.Enum
public enum InteractionState : System.Enum 
Members
MemberDescription
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: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

View on GitHub