Click or drag to resize
Accord.NET (logo)

HistogramBins Property

Gets the collection of bins of this Histogram.

Namespace:  Accord.Statistics.Visualizations
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public HistogramBinCollection Bins { get; }
Request Example View Source

Property Value

Type: HistogramBinCollection
See Also