Class MultiAxisLimits
- Namespace
- ScottPlot
- Assembly
- ScottPlot.dll
Stores the CoordinateRange for all axes on the plot and has methods that can be used to recall them at a future point in time.
public class MultiAxisLimits
- Inheritance
-
MultiAxisLimits
- Inherited Members
- Extension Methods
Constructors
MultiAxisLimits(Plot)
Stores the CoordinateRange for all axes on the plot and has methods that can be used to recall them at a future point in time.
public MultiAxisLimits(Plot plot)
Parameters
plotPlot
Fields
Plot
public readonly Plot Plot
Field Value
Methods
Recall()
Set all axis limits to their original ranges
public void Recall()