Click or drag to resize

ExportGalacticSpcFileDialogControllerFillXValuesColumnBox Method

Fills the "x values column combobox" with the appropriate column names.

Namespace: Altaxo.Gui.Serialization.Galactic
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public void FillXValuesColumnBox()
Remarks
The column names are either from property columns (if a spectrum is from a row) or from a table column (if the spectrum is from a column).

In either case, only DataColumns that have the INumericColumn interface are shown in the combobox.

See Also