A plot whose series are rendered relatively to a two-dimensional Cartesian coordinate system.
The following tables list the members exposed by the Plot2D type.
Name | Description | |
---|---|---|
Initializes a new instance of the Plot2D class. |
Name | Description | |
---|---|---|
Gets or sets a value indicating whether users are allowed to pan this plot. |
||
Gets or sets the main color of the grid. |
||
Gets or sets the alternating color of the grid. |
||
Gets or sets the type of grid to draw in this plot. |
||
Gets or sets a value indicating whether the user has zoomed into this plot. |
||
Gets or sets a value indicating whether grid stripes should be pinned in place or scroll together with the plot when users pan it. |
||
Specifies whether the plot should scroll vertically when panned. |
||
Gets or sets default Axis instance used to map X data coordinates of series rendered inside this plot to the plot's pixels. |
||
Gets or sets default Axis instance used to map Y data coordinates of series rendered inside this plot to the plot's pixels. |
||
Raised when the user zooms into this plot's data range. |
Name | Description | |
---|---|---|
Component.CreateController override. Returns a ComponentController used to interact with this component. |
||
Plot.DrawGrid override. Draws the grid specified by GridType property. |
||
Plot.DrawOrigins override. Draws the plot's axis origin lines. |
||
Resets the zoom level to original axis ranges. |
||
Component.Visit override. Calls visitor's VisitPlot method. |
||
Zooms out from current data range. |