Click or drag to resize

DataTableToMatrixConverter Properties

The DataTableToMatrixConverter type exposes the following members.

Properties
 NameDescription
Public propertyColumnHeaderColumn Gets the resulting column header column. Attention: to correspond elements in this column to the columns of the resulting matrix, GetParticipatingDataColumns must be used to get the collection of indices. Alternatively, use ColumnHeaderVector. The column header column is a column that correlate each column of the resulting matrix to a corresponding physical value. This value can be used for instance for calculating the x- or y- position in the coordinate system.
Public propertyColumnHeaderColumns Gets all selected column header columns.
Public propertyColumnHeaderVector Gets the resulting column header vector. Each member of this vector corresponds to the column of the matrix with the same index. The column header vector is a vector that correlate each column of the resulting matrix to a corresponding physical value. This value can be used for instance for calculating the x- or y- position in the coordinate system.
Public propertyDataColumnsGroupNumber Gets the common group number of all data columns that are included in the matrix.
Public propertyMatrixGenerator Sets the matrix generator that is used to generate the resulting matrix.
Public propertyNumberOfColumns Gets the number of columns of the resulting matrix.
Public propertyNumberOfRows Gets the number of rows of the resulting matrix.
Public propertyReplacementValueForInfiniteMatrixElements Sets a value that is used to replace all values in the matrix that are Infinite.
Public propertyReplacementValueForNaNMatrixElements Sets a value that is used to replace all values in the matrix that are NaN.
Public propertyResultingMatrix Gets the resulting matrix. The resulting matrix is available only after calling Execute.
Public propertyRowHeaderColumn Gets the resulting row header column. Attention: to correspond elements in this column to the rows of the resulting matrix, GetParticipatingDataRows must be used to get the collection of indices. Alternatively, use RowHeaderVector. The row header column is a column that correlate each row of the resulting matrix to a corresponding physical value. This value can be used for instance for calculating the x- or y- position in the coordinate system.
Public propertyRowHeaderVector Gets the resulting row header vector. Each member of this vector corresponds to the row of the matrix with the same index. The row header vector is a vector that correlate each row of the resulting matrix to a corresponding physical value. This value can be used for instance for calculating the x- or y- position in the coordinate system.
Public propertySelectedDataColumns Sets the collection of indices of selected data columns.
Public propertySelectedDataRows Sets the collection of indices of selected data rows.
Public propertySelectedPropertyColumns Sets the collection of indices of selected property columns.
Top
See Also