Click or drag to resize

MasterCurveDataSetCurveData Method

[Missing <summary> documentation for "M:Altaxo.Science.Thermorheology.MasterCurves.MasterCurveData.SetCurveData(Altaxo.Data.DataTable,System.Collections.Generic.IReadOnlyList{System.Collections.Generic.IReadOnlyList{Altaxo.Data.DataColumn}})"]


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

Parameters

dataTable  DataTable

[Missing <param name="dataTable"/> documentation for "M:Altaxo.Science.Thermorheology.MasterCurves.MasterCurveData.SetCurveData(Altaxo.Data.DataTable,System.Collections.Generic.IReadOnlyList{System.Collections.Generic.IReadOnlyList{Altaxo.Data.DataColumn}})"]

dataGroups  IReadOnlyListIReadOnlyListDataColumn

[Missing <param name="dataGroups"/> documentation for "M:Altaxo.Science.Thermorheology.MasterCurves.MasterCurveData.SetCurveData(Altaxo.Data.DataTable,System.Collections.Generic.IReadOnlyList{System.Collections.Generic.IReadOnlyList{Altaxo.Data.DataColumn}})"]

See Also