Click or drag to resize

CreateSpectrumFrom Enumeration

Creating a spectrum either from a row or from a column.

Namespace: Altaxo.Serialization.Galactic.Options
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public enum CreateSpectrumFrom
Members
Member nameValueDescription
Row0The y-values of one spectrum stem from one single table row.
Column1The y-values of one spectrum stem from one single table column.
Remarks
Choosing creating a spectrum from a row, the values of a single table row (or parts of it) are used to create a spectrum, i.e. the y-values of the spectrum. In this case the x-values can come from a numeric property column.

Creating a spectrum from a column (or parts of a column, i.e. some rows of it) means the y-values of the spectrum stem from a single column of the data table. The x-values of the spectrum then have to come from another (numeric) column of the table.

See Also