C# Class Forex_Strategy_Builder.Small_Indicator_Chart

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

SetUpChart ( ) : void

Prepare the parameters

Small_Indicator_Chart ( ) : System

Public constructor

Protected Methods

Method 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

Method Description
HscrllbInstrChart_ValueChanged ( object sender, EventArgs e ) : void

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

Method Details

InitChart() public method

Sets the parameters of the Indicators Chart
public InitChart ( ) : void
return void

OnMouseMove() protected method

Generates dynamic info on the status bar when we are Moving the mouse over the SmallIndicatorsChart.
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

SetUpChart() public method

Prepare the parameters
public SetUpChart ( ) : void
return void

Small_Indicator_Chart() public method

Public constructor
public Small_Indicator_Chart ( ) : System
return System