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.)

GetRunningAnimation

For internal use.

OnTouchDown

PlotController.OnTouchDown override. Called when the user touches the screen.

OnTouchMove

PlotController.OnTouchMove override. Called when the user moves his finger on the screen.

OnTouchUp

PlotController.OnTouchUp override. Called when the user releases his finger from the screen.

 See Also