Click or drag to resize

DataMeshPlotItem(XYZMeshedColumnPlotData, DataMeshPlotStyle) Constructor

Initializes a new instance of the DataMeshPlotItem class

Namespace: Altaxo.Graph.Graph3D.Plot
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public DataMeshPlotItem(
	XYZMeshedColumnPlotData pa,
	DataMeshPlotStyle ps
)

Parameters

pa  XYZMeshedColumnPlotData

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

ps  DataMeshPlotStyle

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

See Also