Click or drag to resize

InterpolatedPeakFunctionFrom2DTableNameOfPropertyForPeakPositionOrWidth Property

Gets the name of the property column that stores the peak position values or peak width value for each participating column. The exact meaning depends on the value of PropertyIsPeakWidth: if true, the property column is expected to store peak width values; if false, the property column is expected to store peak position values.

Namespace: Altaxo.Calc.FitFunctions.Peaks
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public string NameOfPropertyForPeakPositionOrWidth { get; init; }

Property Value

String
See Also