Click or drag to resize

IXCalibrationDataSourceIsContainingValidXAxisCalibration Method

Determines whether the table belonging to the data source is containing a valid x-axis calibration.

Namespace: Altaxo.Science.Spectroscopy.Calibration
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
bool IsContainingValidXAxisCalibration(
	DataTable table
)

Parameters

table  DataTable
The table.

Return Value

Boolean
true if the table belonging to the data source is containing a valid x-axis calibration; otherwise, false.
See Also