XYPlotLayerController(XYPlotLayer, String, CSLineID, UseDocument) Constructor |
Namespace: Altaxo.Gui.Graph.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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