C# 클래스 Forex_Strategy_Builder.Dialogs.Analyzer.Over_optimization_Charts

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

공개 메소드들

메소드 설명
InitChart ( Over_optimization_Data_Table table ) : void

Sets the chart parameters

Over_optimization_Charts ( ) : System

보호된 메소드들

메소드 설명
OnPaint ( PaintEventArgs e ) : void

Paints the chart

OnResize ( EventArgs eventargs ) : void

Invalidates the chart after resizing

비공개 메소드들

메소드 설명
GetNextColor ( int param ) : Color

Gets color for the chart lines.

메소드 상세

InitChart() 공개 메소드

Sets the chart parameters
public InitChart ( Over_optimization_Data_Table table ) : void
table Over_optimization_Data_Table
리턴 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

Over_optimization_Charts() 공개 메소드

public Over_optimization_Charts ( ) : System
리턴 System