C# Class Forex_Strategy_Builder.Small_Balance_Chart

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

Méthodes publiques

Méthode Description
InitChart ( ) : void

Sets the chart params

SetChartData ( ) : void

Sets chart's instrument and back testing data.

Méthodes protégées

Méthode 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 méthode

Sets the chart params
public InitChart ( ) : void
Résultat void

OnMouseMove() protected méthode

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

OnPaint() protected méthode

Paints the chart
protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

OnResize() protected méthode

Invalidates the chart after resizing
protected OnResize ( EventArgs eventargs ) : void
eventargs System.EventArgs
Résultat void

SetChartData() public méthode

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