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.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic 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