XYPlotLayer(HostLayer, IItemLocation, G2DCoordinateSystem) Constructor |
Creates a layer at the provided location.
Namespace: Altaxo.Graph.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public XYPlotLayer(
HostLayer parentLayer,
IItemLocation location,
G2DCoordinateSystem 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 G2DCoordinateSystem
- The coordinate system to use for the layer.
See Also