C# Class Accord.Controls.HistogramView

Histogram visualization control.
Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: accord-net/framework Class Usage Examples

Private Properties

Свойство Type Description
InitializeComponent void
UpdateTrackbar void
onDataBind void
trackBar_ValueChanged void

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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, EventArgs e ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

HistogramView() public méthode

Constructs a new instance of the HistogramView.
public HistogramView ( ) : System
Résultat System

Reset() public méthode

Resets custom settings for a fixed number of bins or bin width.
public Reset ( ) : void
Résultat void

UpdateGraph() public méthode

Forces a update of the Histogram bins.
public UpdateGraph ( string title = "Histogram" ) : void
title string
Résultat void