Click or drag to resize
Accord.NET (logo)

HistogramViewBinWidth Property

Gets or sets a fixed bin width 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<double> BinWidth { get; set; }
Request Example View Source

Property Value

Type: NullableDouble
See Also