Click or drag to resize

ConvertXYVToMatrixDataAndOptions Class

Holds both the data (see DataTableMultipleColumnProxy) and the options (see ConvertXYVToMatrixOptions) needed to convert X-Y-value data into a matrix.
Inheritance Hierarchy
SystemObject
  Altaxo.DataConvertXYVToMatrixDataAndOptions

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public class ConvertXYVToMatrixDataAndOptions : ICloneable

The ConvertXYVToMatrixDataAndOptions type exposes the following members.

Constructors
 NameDescription
Public methodConvertXYVToMatrixDataAndOptions Initializes a new instance of the ConvertXYVToMatrixDataAndOptions class.
Top
Properties
 NameDescription
Public propertyData Holds the data necessary for converting a table containing X-Y-value data into a matrix.
Public propertyOptions Holds the options necessary for converting a table containing X-Y-value data into a matrix.
Top
Methods
 NameDescription
Public methodClone Creates a new object that is a copy of the current instance.
Public methodStatic memberEnsureCoherence Tests if the data in data can be used for the DecomposeByColumnContent action.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
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 methodGetHashCodeServes as the default hash function.
(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)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Fields
 NameDescription
Public fieldStatic memberColumnVIdentifies all columns which participate in the DataTableMultipleColumnProxy instance.
Public fieldStatic memberColumnXIdentifies the column acting as X-column in the DataTableMultipleColumnProxy instance.
Public fieldStatic memberColumnYIdentifies the column acting as Y-column in the DataTableMultipleColumnProxy instance.
Top
See Also