C# 클래스 Forex_Strategy_Builder.Small_Indicator_Chart

Draws a small indicator chart
상속: System.Windows.Forms.Panel
파일 보기 프로젝트 열기: nuggett11/Forex-Strategy-Builder 1 사용 예제들

공개 메소드들

메소드 설명
InitChart ( ) : void

Sets the parameters of the Indicators Chart

SetUpChart ( ) : void

Prepare the parameters

Small_Indicator_Chart ( ) : System

Public constructor

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
HscrllbInstrChart_ValueChanged ( object sender, EventArgs e ) : void

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

메소드 상세

InitChart() 공개 메소드

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

OnMouseMove() 보호된 메소드

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

OnPaint() 보호된 메소드

Paints the chart
protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
리턴 void

OnResize() 보호된 메소드

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

SetUpChart() 공개 메소드

Prepare the parameters
public SetUpChart ( ) : void
리턴 void

Small_Indicator_Chart() 공개 메소드

Public constructor
public Small_Indicator_Chart ( ) : System
리턴 System