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.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic bool SetIndependentVariable(
int i,
IReadableColumn? col,
Action? actionAfterSet = null
)
Parameters
- i Int32
- Index.
- col IReadableColumn
- Independent variable column to set.
- actionAfterSet Action (Optional)
- A action that is carried out if the variable has been set.
Return Value
Booleantrue if the variable was changed;
false if the new value was identical to the old value.
See Also