Click or drag to resize

XYZMeshedColumnPlotData(DataTable, IAscendingIntegerCollection, IAscendingIntegerCollection, IAscendingIntegerCollection) Constructor

Initializes a new instance of the XYZMeshedColumnPlotData class

Namespace: Altaxo.Graph.Plot.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public XYZMeshedColumnPlotData(
	DataTable table,
	IAscendingIntegerCollection selectedDataRows,
	IAscendingIntegerCollection selectedDataColumns,
	IAscendingIntegerCollection selectedPropertyColumns
)

Parameters

table  DataTable

[Missing <param name="table"/> documentation for "M:Altaxo.Graph.Plot.Data.XYZMeshedColumnPlotData.#ctor(Altaxo.Data.DataTable,Altaxo.Collections.IAscendingIntegerCollection,Altaxo.Collections.IAscendingIntegerCollection,Altaxo.Collections.IAscendingIntegerCollection)"]

selectedDataRows  IAscendingIntegerCollection

[Missing <param name="selectedDataRows"/> documentation for "M:Altaxo.Graph.Plot.Data.XYZMeshedColumnPlotData.#ctor(Altaxo.Data.DataTable,Altaxo.Collections.IAscendingIntegerCollection,Altaxo.Collections.IAscendingIntegerCollection,Altaxo.Collections.IAscendingIntegerCollection)"]

selectedDataColumns  IAscendingIntegerCollection

[Missing <param name="selectedDataColumns"/> documentation for "M:Altaxo.Graph.Plot.Data.XYZMeshedColumnPlotData.#ctor(Altaxo.Data.DataTable,Altaxo.Collections.IAscendingIntegerCollection,Altaxo.Collections.IAscendingIntegerCollection,Altaxo.Collections.IAscendingIntegerCollection)"]

selectedPropertyColumns  IAscendingIntegerCollection

[Missing <param name="selectedPropertyColumns"/> documentation for "M:Altaxo.Graph.Plot.Data.XYZMeshedColumnPlotData.#ctor(Altaxo.Data.DataTable,Altaxo.Collections.IAscendingIntegerCollection,Altaxo.Collections.IAscendingIntegerCollection,Altaxo.Collections.IAscendingIntegerCollection)"]

See Also