Click or drag to resize

DataTableToMatrixConverterColumnHeaderVector Property

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.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IReadOnlyList<double> ColumnHeaderVector { get; }

Property Value

IReadOnlyListDouble
The column header vector.
Exceptions
ExceptionCondition
InvalidOperationExceptionColumnHeaderVector is not known yet. Please call Execute first.
See Also