Click or drag to resize

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.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public XYZPlotLayer GetFirstXYPlotLayer()

Return Value

XYZPlotLayer
The first xy plot layer.
See Also