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.3179.0 (4.8.3179.0)
Syntax
C#
public XYPlotLayer(
	HostLayer parentLayer,
	G2DCoordinateSystem coordinateSystem
)

Parameters

parentLayer  HostLayer

[Missing <param name="parentLayer"/> documentation for "M:Altaxo.Graph.Gdi.XYPlotLayer.#ctor(Altaxo.Graph.Gdi.HostLayer,Altaxo.Graph.Gdi.G2DCoordinateSystem)"]

coordinateSystem  G2DCoordinateSystem

[Missing <param name="coordinateSystem"/> documentation for "M:Altaxo.Graph.Gdi.XYPlotLayer.#ctor(Altaxo.Graph.Gdi.HostLayer,Altaxo.Graph.Gdi.G2DCoordinateSystem)"]

See Also