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.PeaksAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic string NameOfPropertyForPeakPositionOrWidth { get; init; }Property Value
String
See Also