Click or drag to resize

IExpandCyclingVariableDataViewInitializeColumnsToAverage Method

Initializes the selectable columns-to-average list.

Namespace: Altaxo.Gui.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
void InitializeColumnsToAverage(
	SelectableListNodeList list
)

Parameters

list  SelectableListNodeList
The columns that can be averaged.
See Also