GraphDocumentGetFirstXYPlotLayer Method |
Gets the first xy plot layer of the graph. If such a layer is not found, an exception is thrown.
Namespace: Altaxo.Graph.Graph3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public XYZPlotLayer GetFirstXYPlotLayer()
Return Value
XYZPlotLayerThe first xy plot layer.
See Also