C# Class Forex_Strategy_Builder.Dialogs.Analyzer.Over_optimization_Charts

Inheritance: System.Windows.Forms.Panel
Afficher le fichier Open project: nuggett11/Forex-Strategy-Builder Class Usage Examples

Méthodes publiques

Méthode Description
InitChart ( Over_optimization_Data_Table table ) : void

Sets the chart parameters

Over_optimization_Charts ( ) : System

Méthodes protégées

Méthode Description
OnPaint ( PaintEventArgs e ) : void

Paints the chart

OnResize ( EventArgs eventargs ) : void

Invalidates the chart after resizing

Private Methods

Méthode Description
GetNextColor ( int param ) : Color

Gets color for the chart lines.

Method Details

InitChart() public méthode

Sets the chart parameters
public InitChart ( Over_optimization_Data_Table table ) : void
table Over_optimization_Data_Table
Résultat void

OnPaint() protected méthode

Paints the chart
protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

OnResize() protected méthode

Invalidates the chart after resizing
protected OnResize ( EventArgs eventargs ) : void
eventargs System.EventArgs
Résultat void

Over_optimization_Charts() public méthode

public Over_optimization_Charts ( ) : System
Résultat System