Search
LegendController Members
Constructors Fields Properties Methods
 


Lets users move a legend within the boundaries of its parent Panel.

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

 Public Constructors

  Name Description

LegendController

Initializes a new instance of the LegendController 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.)

 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. (Inherited from PlotController.)

OnTouchDown

Implements ComponentController.OnTouchDown.

OnTouchMove

Implements ComponentController.OnTouchMove.

OnTouchUp

Implements ComponentController.OnTouchUp. Called when the user releases his finger from the screen. (Inherited from PlotController.)

 See Also