Click or drag to resize

ColumnPlotDataExchangeColumnsControllerDataColumnBundleNode Constructor

Initializes a new instance of the ColumnPlotDataExchangeColumnsControllerDataColumnBundleNode class

Namespace: Altaxo.Gui.Graph.Plot.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public DataColumnBundleNode(
	List<string> columnList,
	int firstColumn,
	int columnCount
)

Parameters

columnList  ListString

[Missing <param name="columnList"/> documentation for "M:Altaxo.Gui.Graph.Plot.Data.ColumnPlotDataExchangeColumnsController.DataColumnBundleNode.#ctor(System.Collections.Generic.List{System.String},System.Int32,System.Int32)"]

firstColumn  Int32

[Missing <param name="firstColumn"/> documentation for "M:Altaxo.Gui.Graph.Plot.Data.ColumnPlotDataExchangeColumnsController.DataColumnBundleNode.#ctor(System.Collections.Generic.List{System.String},System.Int32,System.Int32)"]

columnCount  Int32

[Missing <param name="columnCount"/> documentation for "M:Altaxo.Gui.Graph.Plot.Data.ColumnPlotDataExchangeColumnsController.DataColumnBundleNode.#ctor(System.Collections.Generic.List{System.String},System.Int32,System.Int32)"]

See Also