Click or drag to resize

MasterCurveDataSetCurveData Method

Sets the curve data from grouped data columns.

Namespace: Altaxo.Science.Thermorheology.MasterCurves
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void SetCurveData(
	DataTable dataTable,
	IReadOnlyList<IReadOnlyList<DataColumn?>> dataGroups
)

Parameters

dataTable  DataTable
The source data table.
dataGroups  IReadOnlyListIReadOnlyListDataColumn
The grouped Y columns.
See Also