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.3572.0 (4.8.3572.0)
Syntax
C#
public XYZPlotLayer(
	HostLayer parentLayer,
	G3DCoordinateSystem coordinateSystem
)

Parameters

parentLayer  HostLayer
The parent layer.
coordinateSystem  G3DCoordinateSystem
The coordinate system.
See Also