Click or drag to resize

PeakEnhancementSNIPIsHalfWidthInXUnits Property

Gets a value indicating whether HalfWidth is in units of points or in x-units.

Namespace: Altaxo.Science.Spectroscopy.PeakEnhancement
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool IsHalfWidthInXUnits { get; init; }

Property Value

Boolean
true if the unit is points; otherwise, if the unit is that of the x-axis, false.
See Also