Click or drag to resize

XYFunctionPlotItem(IXYFunctionPlotData, G2DPlotStyleCollection) Constructor

Initializes a new instance of the XYFunctionPlotItem class.

Namespace: Altaxo.Graph.Gdi.Plot
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public XYFunctionPlotItem(
	IXYFunctionPlotData pa,
	G2DPlotStyleCollection ps
)

Parameters

pa  IXYFunctionPlotData
The plot data.
ps  G2DPlotStyleCollection
The plot styles.
See Also