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.3179.0 (4.8.3179.0)
Syntax
C#
public DensityImagePlotItem(
	XYZMeshedColumnPlotData pa,
	DensityImagePlotStyle ps
)

Parameters

pa  XYZMeshedColumnPlotData

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

ps  DensityImagePlotStyle

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

See Also