Click or drag to resize
Accord.NET (logo)

HistogramBoxSetNumberOfBins Method

Sets the number of bins in the histogram.

Namespace:  Accord.Controls
Assembly:  Accord.Controls (in Accord.Controls.dll) Version: 3.8.0
Syntax
public HistogramBox SetNumberOfBins(
	int number
)
Request Example View Source

Parameters

number
Type: SystemInt32
The number of bins to be used.

Return Value

Type: HistogramBox
See Also