Click or drag to resize

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.Plot
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public PlotItemCollection(
	PlotItemCollection from
)

Parameters

from  PlotItemCollection
The PlotItemCollection to clone this list from.
See Also