Table of Contents

Class MultiplotSharedAxisManager

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

Methods

Invoke()

Called at the start of a multiplot render, before any of the subplots are rendered.

public void Invoke()

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()