C# Class Forex_Strategy_Builder.Small_Indicator_Chart

Draws a small indicator 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 parameters of the Indicators Chart

SetUpChart ( ) : void

Prepare the parameters

Small_Indicator_Chart ( ) : System

Public constructor

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 SmallIndicatorsChart.

OnPaint ( PaintEventArgs e ) : void

Paints the chart

OnResize ( EventArgs eventargs ) : void

Invalidates the chart after resizing

Private Methods

Méthode Description
HscrllbInstrChart_ValueChanged ( object sender, EventArgs e ) : void

Sets the parameters after the horizontal scrollbar position has been changed.

Method Details

InitChart() public méthode

Sets the parameters of the Indicators Chart
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 SmallIndicatorsChart.
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

SetUpChart() public méthode

Prepare the parameters
public SetUpChart ( ) : void
Résultat void

Small_Indicator_Chart() public méthode

Public constructor
public Small_Indicator_Chart ( ) : System
Résultat System