Click or drag to resize

XYZPlotLayer(HostLayer, G3DCoordinateSystem) Constructor

Initializes a new instance of the XYZPlotLayer class

Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public XYZPlotLayer(
	HostLayer parentLayer,
	G3DCoordinateSystem coordinateSystem
)

Parameters

parentLayer  HostLayer

[Missing <param name="parentLayer"/> documentation for "M:Altaxo.Graph.Graph3D.XYZPlotLayer.#ctor(Altaxo.Graph.Graph3D.HostLayer,Altaxo.Graph.Graph3D.G3DCoordinateSystem)"]

coordinateSystem  G3DCoordinateSystem

[Missing <param name="coordinateSystem"/> documentation for "M:Altaxo.Graph.Graph3D.XYZPlotLayer.#ctor(Altaxo.Graph.Graph3D.HostLayer,Altaxo.Graph.Graph3D.G3DCoordinateSystem)"]

See Also