A collection of methods for making common adjustments to plot layouts.
More...
|
| LayoutManager (Plot plot) |
|
void | Default () |
| Automatically resize the layout on each render to achieve the best fit.
|
|
void | Fixed (PixelRect dataRect) |
| Apply a fixed layout using the given rectangle to define the data area.
|
|
void | Fixed (PixelPadding padding) |
| Apply a fixed layout using the given padding to define space between the data area and the edge of the figure.
|
|
void | Frameless () |
| Disable visibility of all axes and titles so the data area fills the entire figure.
|
|
A collection of methods for making common adjustments to plot layouts.
◆ LayoutManager()
ScottPlot.LayoutManager.LayoutManager |
( |
Plot |
plot | ) |
|
|
inline |
◆ Default()
void ScottPlot.LayoutManager.Default |
( |
| ) |
|
|
inline |
Automatically resize the layout on each render to achieve the best fit.
◆ Fixed() [1/2]
Apply a fixed layout using the given padding to define space between the data area and the edge of the figure.
◆ Fixed() [2/2]
void ScottPlot.LayoutManager.Fixed |
( |
PixelRect |
dataRect | ) |
|
|
inline |
Apply a fixed layout using the given rectangle to define the data area.
◆ Frameless()
void ScottPlot.LayoutManager.Frameless |
( |
| ) |
|
|
inline |
Disable visibility of all axes and titles so the data area fills the entire figure.
◆ LayoutEngine
The documentation for this class was generated from the following file:
- ScottPlot/src/ScottPlot5/ScottPlot5/LayoutManager.cs