WorksheetAnalysisStoreXOfX Method |
Stores the x-axis values for the spectra in the destination table.
Namespace: Altaxo.Calc.Regression.MultivariateAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic virtual void StoreXOfX(
IReadOnlyList<double> xOfX,
DataTable table
)
Parameters
- xOfX IReadOnlyListDouble
- The x-axis values of the spectra.
- table DataTable
- The destination table.
See Also