Accord.Controls.HistogramView.Reset C# (CSharp) Method

Reset() public method

Resets custom settings for a fixed number of bins or bin width.
public Reset ( ) : void
return void
        public void Reset()
        {
            binWidth = null;
            numberOfBins = null;
            onDataBind();
        }