PlotItemCollectionFillPlotItemList Method |
This method must be called, if plot item members are added or removed to this collection.
Namespace: Altaxo.Graph.Graph3D.PlotAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected void FillPlotItemList(
IList<IGPlotItem> list
)
Parameters
- list IListIGPlotItem
[Missing <param name="list"/> documentation for "M:Altaxo.Graph.Graph3D.Plot.PlotItemCollection.FillPlotItemList(System.Collections.Generic.IList{Altaxo.Graph.Graph3D.Plot.IGPlotItem})"]
See Also