Table of Contents

Class MouseCursors

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

LightningChart specific mouse cursors

public class MouseCursors
Inheritance
MouseCursors
Inherited Members

Constructors

MouseCursors()

LightningChartLib.WinForms.Charting.MouseCursors
public MouseCursors()

Properties

Cross

Cross

public static Cursor Cross { get; }

Property Value

Cursor

Default

Default cursor.

public static Cursor Default { get; }

Property Value

Cursor

DragDrop

Drag'n'drop cursor

public static Cursor DragDrop { get; }

Property Value

Cursor

DragDropAdd

Drag'n'drop cursor with plus sign

public static Cursor DragDropAdd { get; }

Property Value

Cursor

HSplit

HSplit cursor.

public static Cursor HSplit { get; }

Property Value

Cursor

Hand

Hand.

public static Cursor Hand { get; }

Property Value

Cursor

No

No

public static Cursor No { get; }

Property Value

Cursor

NoMoveHoriz

NoMoveHoriz

public static Cursor NoMoveHoriz { get; }

Property Value

Cursor

Pan

Pan cursor

public static Cursor Pan { get; }

Property Value

Cursor

PanX

Pan X cursor

public static Cursor PanX { get; }

Property Value

Cursor

PanY

Pan Y cursor

public static Cursor PanY { get; }

Property Value

Cursor

Rotate

Rotation cursor

public static Cursor Rotate { get; }

Property Value

Cursor

Scroll3D

3D scrolling cursor

public static Cursor Scroll3D { get; }

Property Value

Cursor

ScrollNS

ScrollNS

public static Cursor ScrollNS { get; }

Property Value

Cursor

SizeAll

SizeAll cursor. Used for round view angle dragging.

public static Cursor SizeAll { get; }

Property Value

Cursor

SizeNESW

SizeNESW

public static Cursor SizeNESW { get; }

Property Value

Cursor

SizeNS

SizeNS

public static Cursor SizeNS { get; }

Property Value

Cursor

SizeNWSE

SizeNWSE

public static Cursor SizeNWSE { get; }

Property Value

Cursor

SizeWE

SizeWE

public static Cursor SizeWE { get; }

Property Value

Cursor

VSplit

VSplit cursor.

public static Cursor VSplit { get; }

Property Value

Cursor

ZoomX

Zoom in X dimension

public static Cursor ZoomX { get; }

Property Value

Cursor

ZoomXY

Zoom in both X and Y dimensions

public static Cursor ZoomXY { get; }

Property Value

Cursor

ZoomY

Zoom in Y dimension

public static Cursor ZoomY { get; }

Property Value

Cursor