C# Class Forex_Strategy_Builder.Small_Balance_Chart

Draws a small balance chart
Inheritance: System.Windows.Forms.Panel
Mostra file Open project: nuggett11/Forex-Strategy-Builder Class Usage Examples

Public Methods

Method Description
InitChart ( ) : void

Sets the chart params

SetChartData ( ) : void

Sets chart's instrument and back testing data.

Protected Methods

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 ( EventArgs eventargs ) : void

Invalidates the chart after resizing

Method Details

InitChart() public method

Sets the chart params
public InitChart ( ) : void
return void

OnMouseMove() protected method

Generates dynamic info on the status bar when we are Moving the mouse over the SmallBalanceChart.
protected OnMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnPaint() protected method

Paints the chart
protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void

OnResize() protected method

Invalidates the chart after resizing
protected OnResize ( EventArgs eventargs ) : void
eventargs System.EventArgs
return void

SetChartData() public method

Sets chart's instrument and back testing data.
public SetChartData ( ) : void
return void