Click or drag to resize

IReferencingXYColumnsXYDataOrigin Property

Gets the 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#
(string TableName, int GroupNumber, string XColumnName, string YColumnName)? XYDataOrigin { get; init; }

Property Value

NullableValueTupleString, Int32, String, String
See Also