Table of Contents

Class MultiplotSharedAxisManager

Namespace
ScottPlot
Assembly
ScottPlot.dll
public class MultiplotSharedAxisManager
Inheritance
MultiplotSharedAxisManager
Inherited Members
Extension Methods

Methods

ShareX(IEnumerable<Plot>)

Link horizontal axis limits of the given collection of plots so when one changes they all change in unison

public void ShareX(IEnumerable<Plot> plots)

Parameters

plots IEnumerable<Plot>

ShareY(IEnumerable<Plot>)

Link vertical axis limits of the given collection of plots so when one changes they all change in unison

public void ShareY(IEnumerable<Plot> plots)

Parameters

plots IEnumerable<Plot>

UpdateSharedPlotAxisLimits()

public void UpdateSharedPlotAxisLimits()