Click or drag to resize

XYPlotLayerController(XYZPlotLayer, UseDocument) Constructor

Initializes a new instance of the XYPlotLayerController class.

Namespace: Altaxo.Gui.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public XYPlotLayerController(
	XYZPlotLayer layer,
	UseDocument useDocumentCopy
)

Parameters

layer  XYZPlotLayer
The plot layer to edit.
useDocumentCopy  UseDocument
Controls whether the controller edits a copy of the document.
See Also