ColumnPlotDataControllerBaseTModelDataColumnBundleNode Constructor |
Namespace: Altaxo.Gui.Graph.Plot.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic DataColumnBundleNode(
DataTable dataTable,
List<DataColumn> columnList,
int firstColumn,
int columnCount
)
Parameters
- dataTable DataTable
- The table that owns the represented columns.
- columnList ListDataColumn
- The list of available columns.
- firstColumn Int32
- The index of the first represented column.
- columnCount Int32
- The number of represented columns.
See Also