Click or drag to resize

CalibrationAndDestinationTable Class

Combines a calibration table with a destination table.
Inheritance Hierarchy
SystemObject
  Altaxo.Gui.WorksheetCalibrationAndDestinationTable

Namespace: Altaxo.Gui.Worksheet
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public class CalibrationAndDestinationTable : IEquatable<CalibrationAndDestinationTable>

The CalibrationAndDestinationTable type exposes the following members.

Constructors
 NameDescription
Public methodCalibrationAndDestinationTable Combines a calibration table with a destination table.
Top
Properties
 NameDescription
Public propertyCalibrationTableThe selected calibration table.
Public propertyDestinationTableThe selected destination table.
Top
Methods
 NameDescription
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Top
See Also