ColumnPlotDataExchangeColumnsControllerDataColumnBundleNode Constructor |
Namespace: Altaxo.Gui.Graph.Plot.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic DataColumnBundleNode(
List<string> columnList,
int firstColumn,
int columnCount
)
Parameters
- columnList ListString
- The available column names.
- firstColumn Int32
- The index of the first represented column.
- columnCount Int32
- The number of represented columns.
See Also