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.3179.0 (4.8.3179.0)
Syntax
C#
public XYColumnPlotItem(
	XYColumnPlotData pa,
	G2DPlotStyleCollection ps
)

Parameters

pa  XYColumnPlotData

[Missing <param name="pa"/> documentation for "M:Altaxo.Graph.Gdi.Plot.XYColumnPlotItem.#ctor(Altaxo.Graph.Plot.Data.XYColumnPlotData,Altaxo.Graph.Gdi.Plot.Styles.G2DPlotStyleCollection)"]

ps  G2DPlotStyleCollection

[Missing <param name="ps"/> documentation for "M:Altaxo.Graph.Gdi.Plot.XYColumnPlotItem.#ctor(Altaxo.Graph.Plot.Data.XYColumnPlotData,Altaxo.Graph.Gdi.Plot.Styles.G2DPlotStyleCollection)"]

See Also