Click or drag to resize

IndependentAndDependentColumnsGetDependentVariable Method

Gets the dependent variable column at the specified index, or null if the proxy is unset or the column is unavailable.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public IReadableColumn? GetDependentVariable(
	int i
)

Parameters

i  Int32
Index of the dependent variable column.

Return Value

IReadableColumn
The readable column instance or null.

Implements

IColumnPlotDataGetDependentVariable(Int32)
See Also