Click or drag to resize

IExpandCyclingVariableDataView Interface

Provides the view contract for ExpandCyclingVariableDataController.

Namespace: Altaxo.Gui.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public interface IExpandCyclingVariableDataView

The IExpandCyclingVariableDataView type exposes the following members.

Properties
 NameDescription
Public propertyGroupNumber Gets or sets the selected group number.
Top
Methods
 NameDescription
Public methodInitializeAvailableColumns Initializes the selectable available column list.
Public methodInitializeAvailableTables Initializes the selectable source table list.
Public methodInitializeColumnsToAverage Initializes the selectable columns-to-average list.
Public methodInitializeCyclingVariableColumn Initializes the selectable cycling-variable column list.
Public methodInitializeParticipatingColumns Initializes the participating column list.
Top
Events
 NameDescription
Public eventDeleteSelectedParticipatingColumn Occurs when the selected participating columns should be removed.
Public eventSelectedGroupNumberChanged Occurs when the selected group number changes.
Public eventSelectedTableChanged Occurs when the selected source table changes.
Public eventUseSelectedAvailableColumnsAsParticipatingColumns Occurs when the selected available columns should be added as participating columns.
Top
See Also