Search
RotationController Members
Constructors Fields Properties Methods
 


Represents a controller that rotates a polar plot by changing its StartAngle.

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

 Public Constructors

  Name Description

RotationController

Initializes a new instance of the RotationController class.

 Protected Fields

  Name Description

renderContext

The current RenderContext. (Inherited from PlotController.)

 Public Properties

  Name Description

Component

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

EnableAnimation

Gets or sets whether to enable rotation inertia.

 Public Methods

  Name Description

DrawInteraction

Implements ComponentController.DrawInteraction. Draws a representation of the current state of user interaction on specified IGraphics surface. (Inherited from PlotController.)

GetCursorHint

For internal use. (Inherited from PlotController.)

GetRunningAnimation

For internal use.

OnPointerDown

PlotController.OnPointerDown override. Called when the user presses a mouse button.

OnPointerMove

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

OnPointerUp

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

 See Also