IReferencingXYColumnsWithXYDataOrigin Method |
Returns a new instance in which
XYDataOrigin is set to the provided value.
Namespace: Altaxo.Science.SpectroscopyAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
SyntaxIReferencingXYColumns 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
XYDataOrigin is set to the provided value.
See Also