MasterCurveCreationCreateMasterCurveShowDialog Method |
Creates a master curve, initially showing a dialog.
Namespace: Altaxo.Science.Thermorheology.MasterCurvesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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