Table of Contents

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

bool

InvertedY

bool InvertedY { get; set; }

Property Value

bool

Methods

AutoScaleAll(IEnumerable<IPlottable>)

Autoscale every unset axis used by plottables.

void AutoScaleAll(IEnumerable<IPlottable> plottables)

Parameters

plottables IEnumerable<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)

Parameters

plot Plot
xAxis IXAxis
yAxis IYAxis

Returns

AxisLimits