Метод | Описание | |
---|---|---|
Journal_Bars ( ) : System |
Constructor
|
|
SetUpJournal ( ) : void |
Sets the journal's current data
|
Метод | Описание | |
---|---|---|
OnMouseUp ( MouseEventArgs e ) : void |
Selects a row on Mouse Up
|
|
OnPaint ( PaintEventArgs e ) : void |
Paints the journal
|
|
OnResize ( |
Set params on resize
|
|
OnSelectedBarChange ( |
Raises the event by invoking the delegates
|
Метод | Описание | |
---|---|---|
HScrollBar_ValueChanged ( object sender, |
Invalidates the sender after scrolling
|
|
InitializeJournal ( ) : void |
Inits the Journal
|
|
SetJournalColors ( ) : void |
Sets the journal colors
|
|
UpdateJournalData ( ) : void |
Updates the journal data from the backtester
|
|
VScrollBar_ValueChanged ( object sender, |
Invalidates the sender after scrolling
|
protected OnMouseUp ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
Результат | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
Результат | void |
protected OnResize ( |
||
eventargs | ||
Результат | void |
protected OnSelectedBarChange ( |
||
e | ||
Результат | void |