Search
ZoomController Members
Constructors Fields Methods
 


Represents a controller that zooms into plot's data range.

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

 Public Constructors

  Name Description

ZoomController

Initializes a new instance of the ZoomController class.

 Protected Fields

  Name Description

axisRanges

Contains information about the Axis ranges processed by this controller.
(Inherited from Plot2DController.)

renderContext

The current RenderContext. (Inherited from PlotController.)

 Public Methods

  Name Description

drawInteraction

PlotController.drawInteraction override. Draws the currently selected data range that that controller will zoom into when the user releases the mouse button.

getComponent

Gets the component controlled by this PlotController. (Inherited from PlotController.)

getRunningAnimation

For internal use. Gets the ComponentAnimation that is being performed at the moment. (Inherited from PlotController.)

getVertical

Gets a value indicating whether interaction is done along the X or Y axis. (Inherited from Plot2DController.)

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.

setVertical

Sets a value indicating whether interaction is done along the X or Y axis. (Inherited from Plot2DController.)

 See Also