Click or drag to resize

XAndYColumn(DataTable, Int32) Constructor

Initializes a new instance for a single X and Y column bound to the specified data table and group.

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

Parameters

table  DataTable
The data table that contains the columns.
groupNumber  Int32
The group number applied to both X and Y columns.
See Also