ScottPlot
|
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] |
Logic that manages a collection of subplots with logic that can perform custom actions when subplots are added or removed.
|
inline |
|
inlinestatic |
Plot ScottPlot.SubplotCollection.GetPlot | ( | int | index | ) |
Plot[] ScottPlot.SubplotCollection.GetPlots | ( | ) |
void ScottPlot.SubplotCollection.Remove | ( | Plot | plot | ) |
void ScottPlot.SubplotCollection.RemoveAt | ( | int | index | ) |
Action<List<Plot> > ScottPlot.SubplotCollection.PlotAddedAction = CopyStyleOntoLastPlot |
|
get |