ITransformedReadableColumnUnderlyingReadableColumn Property |
Gets the original readable column, i.e. the readable column without the transformation.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax IReadableColumn UnderlyingReadableColumn { get; }
Property Value
IReadableColumn
The original readable column.
See Also