XYZPlotLayer(HostLayer, IItemLocation, G3DCoordinateSystem) Constructor |
Creates a layer at the provided location.
Namespace: Altaxo.Graph.Graph3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public XYZPlotLayer(
HostLayer parentLayer,
IItemLocation location,
G3DCoordinateSystem coordinateSystem
)
Parameters
- parentLayer HostLayer
- The parent layer of the newly created layer.
- location IItemLocation
- The position of the layer on the printable area in points (1/72 inch).
- coordinateSystem G3DCoordinateSystem
- The coordinate system to use for the layer.
See Also