CursorType Enum
In This Article
Lists the values used to specify the cursor type.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
#Members
Name | Description |
---|---|
None
|
No cursor is being shown. |
Move
|
|
Hand
|
|
Grab
|
|
Rotate
|
|
Rotate
|
|
Size
|
|
Size
|
|
Size
|
|
Size
|
|
Size
|
|
Zoom
|
|
Zoom
|
|
Zoom
|
|
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