Click or drag to resize

MasterCurveDataControllerHintOptionValues Method

Updates the controller with externally suggested option values.

Namespace: Altaxo.Gui.Science.Thermorheology
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void HintOptionValues(
	int numberOfGroups,
	string Property1,
	string Property2
)

Parameters

numberOfGroups  Int32
The number of data groups to display.
Property1  String
The name of the first property to show.
Property2  String
The name of the second property to show.
See Also