PlotItemCollection(PlotItemCollection) Constructor |
Copy constructor. Clones (!) all items. The parent owner is set to null and has to be set afterwards.
Namespace: Altaxo.Graph.Graph3D.PlotAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public PlotItemCollection(
PlotItemCollection from
)
Parameters
- from PlotItemCollection
- The PlotItemCollection to clone this list from.
See Also