Table of Contents

Interface IMultiplotPreRenderAction

Namespace
ScottPlot
Assembly
ScottPlot.dll

An action that may be included in the collection of PreRenderActions which gets invoked at the start of a multiplot render, before any subplots are rendered. Useful for coordinating information across subplots (e.g., shared axes or plottable positions).

public interface IMultiplotPreRenderAction
Extension Methods

Methods

Invoke()

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

void Invoke()