SNIP_BaseIsHalfWidthInXUnits Property |
Gets a value indicating whether the half width is given in x-axis units.
Namespace: Altaxo.Science.Spectroscopy.BaselineEstimationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool IsHalfWidthInXUnits { get; init; }
Property Value
BooleanIf true, the
HalfWidth value is given in x-axis units; otherwise (false) the
HalfWidth is given in points.
See Also