Click or drag to resize

PlotItemCollection(XYPlotLayer) Constructor

Initializes a new instance of the PlotItemCollection class.

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

Parameters

owner  XYPlotLayer
The owning plot layer.
See Also