Click or drag to resize

MasterCurveCreationCreateMasterCurveShowDialog Method

Creates a master curve, initially showing a dialog.

Namespace: Altaxo.Science.Thermorheology.MasterCurves
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static void CreateMasterCurveShowDialog(
	DataTable dataTable,
	IndexSelection selectedDataColumns,
	IndexSelection selectedPropertyColumns
)

Parameters

dataTable  DataTable
The data table which contains at least some of the curves to master.
selectedDataColumns  IndexSelection
The selected data columns (only columns with the dependent variables should be selected).
selectedPropertyColumns  IndexSelection
Optionally, up to two selected property columns that will be used for the metadata.
See Also