Click or drag to resize

ITransformedReadableColumnUnderlyingReadableColumn Property

Gets the original readable column, i.e. the readable column without the transformation.

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

Property Value

IReadableColumn
The original readable column.
See Also