Click or drag to resize
Accord.NET (logo)

HistogramViewNumberOfBins Property

Gets or sets a fixed number of bins to be used by the histogram view. Setting this value to null will set the histogram to the default position.

Namespace:  Accord.Controls
Assembly:  Accord.Controls (in Accord.Controls.dll) Version: 3.8.0
Syntax
public Nullable<int> NumberOfBins { get; set; }
Request Example View Source

Property Value

Type: NullableInt32
See Also