Click or drag to resize

IndependentAndDependentColumnsSetIndependentVariable Method

Sets the ith independent 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.3179.0 (4.8.3179.0)
Syntax
C#
public void SetIndependentVariable(
	int i,
	IReadableColumn? col
)

Parameters

i  Int32
Index.
col  IReadableColumn
Independent variable column to set.
See Also