Click or drag to resize

LinearBinningBinWidth Property

Gets or sets the width of the bins.

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

Property Value

Double
The width of the bins.
Exceptions
ExceptionCondition
ArgumentExceptionBinWidth has to be a finite number > 0
See Also