Click or drag to resize

XYZColumnPlotItem(XYZColumnPlotData, G3DPlotStyleCollection) Constructor

Initializes a new instance of the XYZColumnPlotItem class

Namespace: Altaxo.Graph.Graph3D.Plot
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public XYZColumnPlotItem(
	XYZColumnPlotData pa,
	G3DPlotStyleCollection ps
)

Parameters

pa  XYZColumnPlotData

[Missing <param name="pa"/> documentation for "M:Altaxo.Graph.Graph3D.Plot.XYZColumnPlotItem.#ctor(Altaxo.Graph.Plot.Data.XYZColumnPlotData,Altaxo.Graph.Graph3D.Plot.Styles.G3DPlotStyleCollection)"]

ps  G3DPlotStyleCollection

[Missing <param name="ps"/> documentation for "M:Altaxo.Graph.Graph3D.Plot.XYZColumnPlotItem.#ctor(Altaxo.Graph.Plot.Data.XYZColumnPlotData,Altaxo.Graph.Graph3D.Plot.Styles.G3DPlotStyleCollection)"]

See Also