Click or drag to resize

PlotItemCollection(XYZPlotLayer) Constructor

Initializes a new instance of the PlotItemCollection class with the specified owner.

Namespace: Altaxo.Graph.Graph3D.Plot
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public PlotItemCollection(
	XYZPlotLayer owner
)

Parameters

owner  XYZPlotLayer
The owning plot layer.
See Also