Interface IAutoScaler
- Namespace
- ScottPlot
- Assembly
- ScottPlot.dll
Contains logic for determining new axis limits when Autoscale() is called
public interface IAutoScaler
- Extension Methods
Properties
InvertedX
bool InvertedX { get; set; }
Property Value
InvertedY
bool InvertedY { get; set; }
Property Value
Methods
AutoScaleAll(IEnumerable<IPlottable>)
Autoscale every unset axis used by plottables.
void AutoScaleAll(IEnumerable<IPlottable> plottables)
Parameters
plottablesIEnumerable<IPlottable>
GetAxisLimits(Plot, IXAxis, IYAxis)
Return the recommended axis limits for the plottables that use the given axes
AxisLimits GetAxisLimits(Plot plot, IXAxis xAxis, IYAxis yAxis)