C# 클래스 Forex_Strategy_Builder.Small_Balance_Chart

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

공개 메소드들

메소드 설명
InitChart ( ) : void

Sets the chart params

SetChartData ( ) : void

Sets chart's instrument and back testing data.

보호된 메소드들

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

메소드 상세

InitChart() 공개 메소드

Sets the chart params
public InitChart ( ) : void
리턴 void

OnMouseMove() 보호된 메소드

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

SetChartData() 공개 메소드

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