Method | Description | |
---|---|---|
InitChart ( ) : void |
Sets the chart params
|
|
SetChartData ( ) : void |
Sets chart's instrument and back testing data.
|
Method | Description | |
---|---|---|
OnMouseMove ( MouseEventArgs e ) : void |
Generates dynamic info on the status bar when we are Moving the mouse over the SmallBalanceChart.
|
|
OnPaint ( PaintEventArgs e ) : void |
Paints the chart
|
|
OnResize ( |
Invalidates the chart after resizing
|
protected OnMouseMove ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
return | void |
protected OnResize ( |
||
eventargs | ||
return | void |