DataTableMatrixProxyColumnHeaderColumn Property |
Gets or sets the column that correlates 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.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic IReadableColumn ColumnHeaderColumn { get; set; }Property Value
IReadableColumn
See Also