Click or drag to resize

XYPlotLayerController(XYPlotLayer, UseDocument) Constructor

Initializes a new instance of the XYPlotLayerController class.

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

Parameters

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