Click or drag to resize

DataTableToMatrixConverterRowHeaderColumn Property

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.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public INumericColumn RowHeaderColumn { get; }

Property Value

INumericColumn
The row header column.
Exceptions
ExceptionCondition
InvalidOperationExceptionRowHeaderColumn is not known yet. Please call Execute first.
See Also