IReferencingXYColumnsWithXYDataOrigin Method |
Returns a new instance, in which the column information is set to the provided name of the table, the group number, and the names of the x and y columns.
Namespace: Altaxo.Science.SpectroscopyAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax IReferencingXYColumns WithXYDataOrigin(
(string TableName, int GroupNumber, string XColumnName, string YColumnName) xyDataOrigin
)
Parameters
- xyDataOrigin ValueTupleString, Int32, String, String
- The name of the table, the group number, and the names of the x and y columns..
Return Value
IReferencingXYColumnsA new instance, in which the column information is set to the provided name of the table, the group number, and the names of the x and y columns.
See Also