XYZMeshedColumnPlotData(DataTable, IAscendingIntegerCollection, IAscendingIntegerCollection, IAscendingIntegerCollection) Constructor |
Namespace: Altaxo.Graph.Plot.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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