ScottPlot
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Public Attributes | Properties | List of all members
ScottPlot.SubplotCollection Class Reference

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

Public Member Functions

void Add (Plot plot)
 
void Remove (Plot plot)
 
void RemoveAt (int index)
 
Plot GetPlot (int index)
 
Plot[] GetPlots ()
 

Static Public Member Functions

static void CopyStyleOntoLastPlot (List< Plot > plots)
 

Public Attributes

Action< List< Plot > > PlotAddedAction = CopyStyleOntoLastPlot
 

Properties

int Count [get]
 

Detailed Description

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

Member Function Documentation

◆ Add()

void ScottPlot.SubplotCollection.Add ( Plot  plot)
inline

◆ CopyStyleOntoLastPlot()

static void ScottPlot.SubplotCollection.CopyStyleOntoLastPlot ( List< Plot plots)
inlinestatic

◆ GetPlot()

Plot ScottPlot.SubplotCollection.GetPlot ( int  index)

◆ GetPlots()

Plot[] ScottPlot.SubplotCollection.GetPlots ( )

◆ Remove()

void ScottPlot.SubplotCollection.Remove ( Plot  plot)

◆ RemoveAt()

void ScottPlot.SubplotCollection.RemoveAt ( int  index)

Member Data Documentation

◆ PlotAddedAction

Action<List<Plot> > ScottPlot.SubplotCollection.PlotAddedAction = CopyStyleOntoLastPlot

Property Documentation

◆ Count

int ScottPlot.SubplotCollection.Count
get

The documentation for this class was generated from the following file: