Table of Contents

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

plot Plot

Fields

Plot

public readonly Plot Plot

Field Value

Plot

Methods

Recall()

Set all axis limits to their original ranges

public void Recall()