Class DraggablePlottableDecorator
- Namespace
- ScottPlot.Plottables
- Assembly
- ScottPlot.dll
public class DraggablePlottableDecorator : HittablePlottableDecorator, IPlottable, IDisposable
- Inheritance
-
DraggablePlottableDecorator
- Implements
- Inherited Members
- Extension Methods
Constructors
DraggablePlottableDecorator(IPlottable)
public DraggablePlottableDecorator(IPlottable plottable)
Parameters
plottable
IPlottable
Methods
DragTo(Coordinates)
public void DragTo(Coordinates to)
Parameters
to
Coordinates
StartDrag(Coordinates)
public void StartDrag(Coordinates start)
Parameters
start
Coordinates