A base class for controllers implementing user interaction with Plot components.
The following tables list the members exposed by the PlotController type.
Public Constructors| Name | Description | |
|---|---|---|
![]() |
Initializes a new instance of the PlotController class. |
Protected Fields| Name | Description | |
|---|---|---|
![]() |
The current RenderContext. |
Public Properties| Name | Description | |
|---|---|---|
![]() |
Gets the component controlled by this PlotController. |
Public Methods| Name | Description | |
|---|---|---|
![]() |
Implements ComponentController.DrawInteraction. Draws a representation of the current state of user interaction on specified IGraphics surface. |
|
![]() |
For internal use. |
|
![]() |
For internal use. |
|
![]() |
Implements ComponentController.OnPointerDown. Called when the user presses a mouse button. |
|
![]() |
Implements ComponentController.OnPointerMove. Called when the user moves the mouse. |
|
![]() |
Implements ComponentController.OnPointerUp. Called when the user releases a mouse button. |
See Also