C# Class ServerWrap.Histogram

Summary description for HistogramaDesenat.
Inheritance: System.Windows.Forms.UserControl
ファイルを表示 Open project: N3X15/MineEdit

Private Properties

Property Type Description
ComputeXYUnitValues void
HistogramaDesenat_Paint void
HistogramaDesenat_Resize void
InitializeComponent void
getMaxim long

Public Methods

Method Description
DrawHistogram ( long Values ) : void

We draw the histogram on the control

Histogram ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
ComputeXYUnitValues ( ) : void
HistogramaDesenat_Paint ( object sender, PaintEventArgs e ) : void
HistogramaDesenat_Resize ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

getMaxim ( long Vals ) : long

We get the highest value from the array

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void

DrawHistogram() public method

We draw the histogram on the control
public DrawHistogram ( long Values ) : void
Values long
return void

Histogram() public method

public Histogram ( ) : System
return System