Search
AxisZoomController Members
Constructors Fields Properties Methods
 


Represents a controller that zooms into axis' data range.

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

 Public Constructors

  Name Description

AxisZoomController

Initializes a new instance of the AxisZoomController class.

 Protected Fields

  Name Description

renderContext

The current RenderContext.

 Public Properties

  Name Description

Component

Gets the component controlled by this AxisZoomController.

Vertical

Gets or sets a value indicating whether interaction is done along the X or Y axis.

 Public Methods

  Name Description

DrawInteraction

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

GetCursorHint

For internal use.

GetRunningAnimation

For internal use.

OnPointerDown

Called when the user presses a mouse button.

OnPointerMove

Called when the user moves the mouse.

OnPointerUp

Called when the user releases a mouse button.

 See Also