PlotItemCollection(XYPlotLayer, PlotItemCollection) Constructor |
Copy constructor. Clones (!) all the items in the list.
Namespace: Altaxo.Graph.Gdi.PlotAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public PlotItemCollection(
XYPlotLayer? owner,
PlotItemCollection from
)
Parameters
- owner XYPlotLayer
- The new owner of the cloned list.
- from PlotItemCollection
- The list to clone all items from.
See Also