Click or drag to resize

MouseCursors Class

LightningChart .NET Help
LightningChart specific mouse cursors
Inheritance Hierarchy
SystemObject
  Arction.WinForms.ChartingMouseCursors

Namespace:  Arction.WinForms.Charting
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public class MouseCursors

The MouseCursors type exposes the following members.

Constructors
  NameDescription
Public methodMouseCursors
Initializes a new instance of the MouseCursors class
Top
Properties
  NameDescription
Public propertyStatic memberCross
Cross
Public propertyStatic memberDefault
Default cursor.
Public propertyStatic memberDragDrop
Drag'n'drop cursor
Public propertyStatic memberDragDropAdd
Drag'n'drop cursor with plus sign
Public propertyStatic memberHand
Hand.
Public propertyStatic memberHSplit
HSplit cursor.
Public propertyStatic memberNo
No
Public propertyStatic memberNoMoveHoriz
NoMoveHoriz
Public propertyStatic memberPan
Pan cursor
Public propertyStatic memberPanX
Pan X cursor
Public propertyStatic memberPanY
Pan Y cursor
Public propertyStatic memberRotate
Rotation cursor
Public propertyStatic memberScroll3D
3D scrolling cursor
Public propertyStatic memberScrollNS
ScrollNS
Public propertyStatic memberSizeAll
SizeAll cursor. Used for round view angle dragging.
Public propertyStatic memberSizeNESW
SizeNESW
Public propertyStatic memberSizeNS
SizeNS
Public propertyStatic memberSizeNWSE
SizeNWSE
Public propertyStatic memberSizeWE
SizeWE
Public propertyStatic memberVSplit
VSplit cursor.
Public propertyStatic memberZoomX
Zoom in X dimension
Public propertyStatic memberZoomXY
Zoom in both X and Y dimensions
Public propertyStatic memberZoomY
Zoom in Y dimension
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also