|
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
)
Public Function SetNumberOfBins (
number As Integer
) As HistogramBox
Request Example
View SourceParameters
- number
- Type: SystemInt32
The number of bins to be used.
Return Value
Type:
HistogramBoxSee Also