Click or drag to resize

LinearBinningBinOffset 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 integer multiples of the bin width.

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
ArgumentExceptionValue has to be a finite number
See Also