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.) |
||
For internal use. (Inherited from PlotController.) |
||
PlotController.OnPointerDown override. Called when the user presses a mouse button. |
||
Implements ComponentController.OnPointerMove. Called when the user moves the mouse. (Inherited from PlotController.) |
||
Implements ComponentController.OnPointerUp. Called when the user releases a mouse button. (Inherited from PlotController.) |
Name | Description | |
---|---|---|
Converts a plot pixel position to a logical value from specified axis' coordinate system. |