Click or drag to resize

LogarithmicBinningBinWidthInDecades Property

Gets or sets the number of decades that every bin spans.

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

Property Value

Double
The number of decades that every bin spans.
Exceptions
ExceptionCondition
ArgumentExceptionLgBinWidth has to be a finite number > 0
Example
A value of 1 means that every bin spans one decade.
See Also