Table of Contents

Enum UserInteractiveObject.InteractionState

Namespace
LightningChartLib.WinForms.Charting
Assembly
LightningChart.WinForms.Charting.NET4.dll

Interaction state.

public enum UserInteractiveObject.InteractionState

Fields

ContextMenuOpen = 8

Secondary user interactive device button double clicked.

ContextMenuRelease = 9

Secondary user interactive device button up.

ContextMenuSelected = 7

Secondary user interactive device button clicked.

ContextMenuSelecting = 6

Secondary user interactive device button down.

Drag = 5

Selecting (primary user interactive device button down) and then moving enough.

Idle = 0

No action.

IdleOver = 1

No action, user interactive device is over.

Open = 4

Clicked twice with primary user interactive device button.

OtherUserInteractiveDeviceButtonOpen = 15

Other user interactive device button double clicked.

OtherUserInteractiveDeviceButtonRelease = 16

Other user interactive device button up.

OtherUserInteractiveDeviceButtonSelected = 14

Other user interactive device button clicked.

OtherUserInteractiveDeviceButtonSelecting = 13

Other user interactive device button down.

Release = 11

Released primary interactive device button.

Resize = 10

Clicked on border or like.

Rotate = 12

Rotate item.

Selected = 3

Clicked once with primary user interactive device button.

Selecting = 2

Primary user interactive device button down.