Click or drag to resize

GroupOfColumnsInformation Constructor

Creates an instance of GroupOfColumnsInformation.

Namespace: Altaxo.Graph.Plot.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public GroupOfColumnsInformation(
	string groupName,
	IEnumerable<ColumnInformation> columnInfos
)

Parameters

groupName  String
The Gui name of the column group, e.g. 'X-Y Data'.
columnInfos  IEnumerableColumnInformation
The infos of the columns belonging to this group.
See Also