Click or drag to resize

XYZPlotLayer(HostLayer, IItemLocation) Constructor

Creates a layer at the designated location

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

Parameters

parentLayer  HostLayer
The parent layer of the constructed layer.
location  IItemLocation
The location of the constructed layer.
See Also