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
Properties
Count
public int Count { get; }
Property Value
Methods
Add(Plot)
public void Add(Plot plot)
Parameters
plotPlot
CopyStyleOntoLastPlot(List<Plot>)
public static void CopyStyleOntoLastPlot(List<Plot> plots)
Parameters
GetPlot(int)
public Plot GetPlot(int index)
Parameters
indexint
Returns
GetPlots()
public Plot[] GetPlots()
Returns
- Plot[]
Remove(Plot)
public void Remove(Plot plot)
Parameters
plotPlot
RemoveAt(int)
public void RemoveAt(int index)
Parameters
indexint