Property | Type | Description | |
---|---|---|---|
btnRemoveJournal | |||
btnToggleJournal |
Method | Description | |
---|---|---|
Journal_Ord ( ) : System |
Constructor
|
|
SetUpJournal ( ) : void |
Sets the journal's current data
|
Method | Description | |
---|---|---|
HScrollBar_ValueChanged ( object sender, |
Invalidates the sender after scrolling
|
|
InitializeJournal ( ) : void |
Inits the Journal
|
|
OnPaint ( PaintEventArgs e ) : void |
Paints the journal
|
|
OnResize ( |
Set params on resize
|
|
SetJournalColors ( ) : void |
Sets the journal colors
|
|
SetSizes ( ) : void |
Sets the size and position of the controls
|
|
UpdateJournalData ( ) : void |
Updates the journal data from the backtester
|
|
VScrollBar_ValueChanged ( object sender, |
Invalidates the sender after scrolling
|
protected HScrollBar_ValueChanged ( object sender, |
||
sender | object | |
e | ||
return | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
return | void |
protected OnResize ( |
||
eventargs | ||
return | void |
protected VScrollBar_ValueChanged ( object sender, |
||
sender | object | |
e | ||
return | void |
protected Button,System.Windows.Forms btnRemoveJournal | ||
return |