ExportGalacticSpcFileDialogControllerFillXValuesColumnBox Method |
Fills the "x values column combobox" with the appropriate column names.
Namespace: Altaxo.Gui.WorksheetAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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