Click or drag to resize

XAndYColumn(DataTable, Int32) Constructor

Initializes a new instance of the XAndYColumn class

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public XAndYColumn(
	DataTable table,
	int groupNumber
)

Parameters

table  DataTable

[Missing <param name="table"/> documentation for "M:Altaxo.Data.XAndYColumn.#ctor(Altaxo.Data.DataTable,System.Int32)"]

groupNumber  Int32

[Missing <param name="groupNumber"/> documentation for "M:Altaxo.Data.XAndYColumn.#ctor(Altaxo.Data.DataTable,System.Int32)"]

See Also