CreateSpectrumFrom Enumeration |
Creating a spectrum either from a row or from a column.
Namespace: Altaxo.Serialization.Galactic.OptionsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public enum CreateSpectrumFrom
Members Member name | Value | Description |
---|
Row | 0 | The y-values of one spectrum stem from one single table row. |
Column | 1 | The 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