Property | Type | Description | |
---|---|---|---|
InitializeComponent | void | ||
UpdateTrackbar | void | ||
onDataBind | void | ||
trackBar_ValueChanged | void |
Method | Description | |
---|---|---|
HistogramView ( ) : System |
Constructs a new instance of the HistogramView.
|
|
Reset ( ) : void |
Resets custom settings for a fixed number of bins or bin width.
|
|
UpdateGraph ( string title = "Histogram" ) : void |
Forces a update of the Histogram bins.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
UpdateTrackbar ( ) : void |
Forces the update of the trackbar control.
|
|
onDataBind ( ) : void | ||
trackBar_ValueChanged ( object sender, |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public UpdateGraph ( string title = "Histogram" ) : void | ||
title | string | |
return | void |