Click or drag to resize

MasterCurveCreationShowMasterCurveCreationDialog Method

Shows the master-curve creation dialog for the specified graph.

Namespace: Altaxo.Graph.Procedures
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static void ShowMasterCurveCreationDialog(
	GraphDocument doc
)

Parameters

doc  GraphDocument
The graph document.
See Also