Search
PanController Members
Constructors Properties Methods
 


Represents a controller that pans its plot's data range.

The following tables list the members exposed by the PanController type.

 Public Constructors

  Name Description

PanController

Initializes a new instance of the PanController class.

 Public Properties

  Name Description

enableAnimation

Gets or sets whether to enable pan inertia.

 Public Methods

  Name Description

getRunningAnimation

For internal use.

onMouseDown

Plot2DController.OnMouseDown override. Called when the user presses a mouse button.

onMouseMove

PlotController.OnMouseMove override. Called when the user moves the mouse.

onMouseUp

PlotController.OnMouseUp override. Called when the user releases a mouse button.

 See Also