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.3572.0 (4.8.3572.0)
Syntax
C#
public XYZColumnPlotItem(
	XYZColumnPlotData pa,
	G3DPlotStyleCollection ps
)

Parameters

pa  XYZColumnPlotData
The plot data.
ps  G3DPlotStyleCollection
The plot styles.
See Also