Click or drag to resize

LinearBinningBins Property

Gets the list of bins.

Namespace: Altaxo.Analysis.Statistics.Histograms
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IReadOnlyList<Bin> Bins { get; }

Property Value

IReadOnlyListBin
The bins.

Implements

IBinningBins
See Also