Click or drag to resize

XYZMeshedColumnPlotData(DataTable, IAscendingIntegerCollection, IAscendingIntegerCollection, IAscendingIntegerCollection) Constructor

Initializes a new instance of the XYZMeshedColumnPlotData class from the selected table data.

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

Parameters

table  DataTable
The source data table.
selectedDataRows  IAscendingIntegerCollection
The selected data rows.
selectedDataColumns  IAscendingIntegerCollection
The selected data columns.
selectedPropertyColumns  IAscendingIntegerCollection
The selected property columns.
See Also