Click or drag to resize

XYColumnPlotItem(XYColumnPlotData, G2DPlotStyleCollection) Constructor

Initializes a new instance of the XYColumnPlotItem class.

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

Parameters

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