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