|
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
)
Public Function SetBinWidth (
width As Double
) As HistogramBox
Request Example
View SourceParameters
- width
- Type: SystemDouble
The bin width to be used.
Return Value
Type:
HistogramBoxSee Also