Click or drag to resize

XYPlotLayer(HostLayer) 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
)

Parameters

parentLayer  HostLayer
The parent layer.
See Also