Click or drag to resize
Accord.NET (logo)

HistogramBoxSetBinWidth Method

Sets the bins width in the histogram.

Namespace:  Accord.Controls
Assembly:  Accord.Controls (in Accord.Controls.dll) Version: 3.8.0
Syntax
public HistogramBox SetBinWidth(
	double width
)
Request Example View Source

Parameters

width
Type: SystemDouble
The bin width to be used.

Return Value

Type: HistogramBox
See Also