Свойство | Тип | Описание | |
---|---|---|---|
ComputeXYUnitValues | void | ||
HistogramaDesenat_Paint | void | ||
HistogramaDesenat_Resize | void | ||
InitializeComponent | void | ||
getMaxim | long |
Метод | Описание | |
---|---|---|
DrawHistogram ( long Values ) : void |
We draw the histogram on the control
|
|
Histogram ( ) : System |
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Метод | Описание | |
---|---|---|
ComputeXYUnitValues ( ) : void | ||
HistogramaDesenat_Paint ( object sender, PaintEventArgs e ) : void | ||
HistogramaDesenat_Resize ( object sender, |
||
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
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
public DrawHistogram ( long Values ) : void | ||
Values | long | |
Результат | void |