Click or drag to resize

LogarithmicBinningBinOffset Property

Gets or sets the bin offset. This is the position of one bin. The positions of all other bins are calculated relative to this reference position by using logarithmically equally spaced distances.

Namespace: Altaxo.Analysis.Statistics.Histograms
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double BinOffset { get; set; }

Property Value

Double
The bin offset.
Exceptions
ExceptionCondition
ArgumentExceptionBinOffset has to be a positive finite number
See Also