CursorType Enum
Lists the values used to specify the cursor type.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Members
Name | Description |
---|---|
None
|
No cursor is being shown. |
Move
|
|
Hand
|
|
Grab
|
|
Rotate
|
|
RotateDrag
|
|
SizeAll
|
|
SizeNESW
|
|
SizeNS
|
|
SizeNWSE
|
|
SizeWE
|
|
ZoomIn
|
|
ZoomLimit
|
|
ZoomOut
|
|
Link
|
Related API Members
The following properties accept/return CursorType values:
Remarks
The values listed by the CursorType enumeration are used to set the QueryCursorEventArgs.CursorType property.
See Also