Click or drag to resize

IShiftGroupTrackXMinimumMaximumOfMasterCurvePoints Method

Tracks the x minimum and x maximum of the master curve points.

Namespace: Altaxo.Science.Thermorheology.MasterCurves
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
void TrackXMinimumMaximumOfMasterCurvePoints(
	int idxCurve,
	double shift,
	bool startNewTracking
)

Parameters

idxCurve  Int32
The index of the curve to consider.
shift  Double
The shift value for this curve.
startNewTracking  Boolean
If set to true, a new tracking will be started; i.e. the xmin and xmax of the curve (taking the shift value into account) are set as the new tracked x minimum and x maximum. If false, the xmin and xmax of the curve (taking the shift value into account) are calculated and then merged into the tracked x minimum and x maximum.
See Also