Search
Plot2DController Members
Constructors Properties Methods
 


A base class for controllers that let users interact with Plot2D objects.

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

 Public Constructors

  Name Description

Plot2DController

Initializes a new instance of the Plot2DController class.

 Public Properties

  Name Description

axisRanges

Contains information about Axis ranges processed by this controller.

vertical

Gets or sets a value indicating whether interaction is done along the X or Y axis.

 Public Methods

  Name Description

onMouseDown

PlotController.OnMouseDown override. Called when the user presses a mouse button.

plotToAxisValue

Converts a plot pixel position to a logical value from specified axis' coordinate system.

 See Also