Click or drag to resize

XYPlotLayer(HostLayer, G2DCoordinateSystem) Constructor

Initializes a new instance of the XYPlotLayer class.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public XYPlotLayer(
	HostLayer parentLayer,
	G2DCoordinateSystem coordinateSystem
)

Parameters

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