Click or drag to resize

XYPlotLayerController(XYPlotLayer, String, CSLineID, 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,
	string currentPage,
	CSLineID id,
	UseDocument useDocumentCopy
)

Parameters

layer  XYPlotLayer
The plot layer to edit.
currentPage  String
The page that should be shown initially.
id  CSLineID
The axis identifier that should be selected initially.
useDocumentCopy  UseDocument
Controls whether the controller edits a copy of the document.
See Also