C# Class Forex_Strategy_Builder.Dialogs.Analyzer.Over_optimization_Charts

Inheritance: System.Windows.Forms.Panel
显示文件 Open project: nuggett11/Forex-Strategy-Builder Class Usage Examples

Public Methods

Method Description
InitChart ( Over_optimization_Data_Table table ) : void

Sets the chart parameters

Over_optimization_Charts ( ) : System

Protected Methods

Method Description
OnPaint ( PaintEventArgs e ) : void

Paints the chart

OnResize ( EventArgs eventargs ) : void

Invalidates the chart after resizing

Private Methods

Method Description
GetNextColor ( int param ) : Color

Gets color for the chart lines.

Method Details

InitChart() public method

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

Over_optimization_Charts() public method

public Over_optimization_Charts ( ) : System
return System