Click or drag to resize

IndependentAndDependentColumnsSetDependentVariable Method

Sets the ith dependent variable column. The column is hold by a reference aware of disposed events, so that it can be null if retrieved afterwards.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public virtual void SetDependentVariable(
	int i,
	IReadableColumn? col,
	Action? actionAfterSet = null
)

Parameters

i  Int32
Index.
col  IReadableColumn
Dependent variable column to set.
actionAfterSet  Action  (Optional)
A action that is carried out if the variable has been set.
See Also