Table of Contents

Class AxisSpanUnderMouse

Namespace
ScottPlot
Assembly
ScottPlot.dll
public class AxisSpanUnderMouse
Inheritance
AxisSpanUnderMouse
Inherited Members
Extension Methods

Fields

MouseStart

public required Coordinates MouseStart

Field Value

Coordinates

OriginalRange

public required CoordinateRange OriginalRange

Field Value

CoordinateRange

ResizeEdge1

public bool ResizeEdge1

Field Value

bool

ResizeEdge2

public bool ResizeEdge2

Field Value

bool

Span

public required AxisSpan Span

Field Value

AxisSpan

Properties

IsMoving

public bool IsMoving { get; }

Property Value

bool

IsResizing

public bool IsResizing { get; }

Property Value

bool

IsResizingHorizontally

public bool IsResizingHorizontally { get; }

Property Value

bool

IsResizingVertically

public bool IsResizingVertically { get; }

Property Value

bool

Methods

DragTo(Coordinates)

public void DragTo(Coordinates mouseNow)

Parameters

mouseNow Coordinates