A base class for controllers that let users interact with Plot2D objects.
The following tables list the members exposed by the Plot2DController type.
Name | Description | |
---|---|---|
Initializes a new instance of the Plot2DController class. |
Name | Description | |
---|---|---|
Contains information about Axis ranges processed by this controller. |
||
The current RenderContext. (Inherited from PlotController.) |
Name | Description | |
---|---|---|
Gets the component controlled by this PlotController. (Inherited from PlotController.) |
||
Gets or sets a value indicating whether interaction is done along the X or Y axis. |
Name | Description | |
---|---|---|
Implements ComponentController.DrawInteraction. Draws a representation of the current state of user interaction on specified IGraphics surface. (Inherited from PlotController.) |
||
For internal use. (Inherited from PlotController.) |
||
PlotController.OnTouchDown override. Called when the user touches the screen. |
||
Implements ComponentController.OnTouchMove. Called when the user moves his finger on the screen. (Inherited from PlotController.) |
||
Implements ComponentController.OnTouchUp. Called when the user releases his finger from the screen. (Inherited from PlotController.) |
Name | Description | |
---|---|---|
Converts a plot pixel position to a logical value from specified axis' coordinate system. |