Click or drag to resize

DensityImagePlotItem(XYZMeshedColumnPlotData, DensityImagePlotStyle) Constructor

Initializes a new instance of the DensityImagePlotItem class.

Namespace: Altaxo.Graph.Gdi.Plot
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public DensityImagePlotItem(
	XYZMeshedColumnPlotData pa,
	DensityImagePlotStyle ps
)

Parameters

pa  XYZMeshedColumnPlotData
The plot data.
ps  DensityImagePlotStyle
The plot style.
See Also