Click or drag to resize

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.Spectroscopy
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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

IReferencingXYColumns
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.
See Also