|
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
Syntaxpublic Nullable<double> BinWidth { get; set; }
Public Property BinWidth As Nullable(Of Double)
Get
Set
Request Example
View SourceProperty Value
Type:
NullableDouble
See Also