Table of Contents

Class SubplotCollection

Namespace
ScottPlot
Assembly
ScottPlot.dll

Logic that manages a collection of subplots with logic that can perform custom actions when subplots are added or removed.

public class SubplotCollection
Inheritance
SubplotCollection
Inherited Members
Extension Methods

Fields

PlotAddedAction

public Action<List<Plot>> PlotAddedAction

Field Value

Action<List<Plot>>

Properties

Count

public int Count { get; }

Property Value

int

Methods

Add(Plot)

public void Add(Plot plot)

Parameters

plot Plot

CopyStyleOntoLastPlot(List<Plot>)

public static void CopyStyleOntoLastPlot(List<Plot> plots)

Parameters

plots List<Plot>

GetPlot(int)

public Plot GetPlot(int index)

Parameters

index int

Returns

Plot

GetPlots()

public Plot[] GetPlots()

Returns

Plot[]

Remove(Plot)

public void Remove(Plot plot)

Parameters

plot Plot

RemoveAt(int)

public void RemoveAt(int index)

Parameters

index int