Search
CursorHint Enumeration
See Also
 






Specifies what mouse cursor to display while a user interacts with the control.

Namespace: MindFusion.Charting.Components
File: CursorHint.js

 Syntax

JavaScript  Copy Code

// enum
CursorHint = {}

 Members

  Member name Description

CounterDiagonalResize

Indicates the cursor specified by the CounterDiagonalResize property.

DiagonalResize

Indicates the cursor specified by the DiagonalResize property.

Disallow

Indicates the cursor specified by the DisallowCursor property.

DontChange

Indicates the cursor specified by the Cursor property.

HorizontalResize

Indicates the cursor specified by the HorizontalResizeCursor property.

Move

Indicates the cursor specified by the MoveCursor property.

Pointer

Indicates the cursor specified by the PointerCursor property.

Rotate

Indicates the cursor specified by the RotateCursor property.

VerticalResize

Indicates the cursor specified by the VerticalResize property.

 See Also