Click or drag to resize

PlotItemCollection(XYZPlotLayer, PlotItemCollection, Boolean) Constructor

Initializes a new instance of the PlotItemCollection class.

Namespace: Altaxo.Graph.Graph3D.Plot
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public PlotItemCollection(
	XYZPlotLayer? owner,
	PlotItemCollection plotItems,
	bool clonePlotItems
)

Parameters

owner  XYZPlotLayer
The owner of this collection.
plotItems  PlotItemCollection
The plot items that should initially belong to this collection.
clonePlotItems  Boolean
If set to true the plot items are cloned before added to this collection. If false, the plot items are added directly to this collection.
See Also