IndependentAndDependentColumnsGetIndependentVariable Method |
Gets the independent variable column at the specified index, or null if the proxy is unset or the column is unavailable.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic IReadableColumn? GetIndependentVariable(
int i
)
Parameters
- i Int32
- Index of the independent variable column.
Return Value
IReadableColumnThe readable column instance or null.
See Also