C# Class Forex_Strategy_Trader.Controls

Class Controls : Menu_and_StatusBar
Afficher le fichier Open project: MerlinBrasil/Forex-Strategy-Trader

Méthodes publiques

Méthode Description
DisposeChart ( ) : void

Disposes the chart.

Initialize_PageChart ( ) : void

Initializes page Chart.

Méthodes protégées

Méthode Description
OnShown ( EventArgs e ) : void

Chart tab page is shown.

UpdateChart ( ) : void

Updates the chart.

Private Methods

Méthode Description
CreateChart ( ) : void

Creates a new chart.

GetChartDataObject ( ) : Forex_Strategy_Trader.Chart_Data
SetChartColors ( ) : void

Sets colors of the chart.

UpdateChartThreadSafely ( bool repaintChart, Chart_Data chartData ) : void

Method Details

DisposeChart() public méthode

Disposes the chart.
public DisposeChart ( ) : void
Résultat void

Initialize_PageChart() public méthode

Initializes page Chart.
public Initialize_PageChart ( ) : void
Résultat void

OnShown() protected méthode

Chart tab page is shown.
protected OnShown ( EventArgs e ) : void
e System.EventArgs
Résultat void

UpdateChart() protected méthode

Updates the chart.
protected UpdateChart ( ) : void
Résultat void