C# Class Forex_Strategy_Trader.Controls

Class Controls : Menu_and_StatusBar
Datei anzeigen Open project: MerlinBrasil/Forex-Strategy-Trader

Public Methods

Method Description
DisposeChart ( ) : void

Disposes the chart.

Initialize_PageChart ( ) : void

Initializes page Chart.

Protected Methods

Method Description
OnShown ( EventArgs e ) : void

Chart tab page is shown.

UpdateChart ( ) : void

Updates the chart.

Private Methods

Method 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 method

Disposes the chart.
public DisposeChart ( ) : void
return void

Initialize_PageChart() public method

Initializes page Chart.
public Initialize_PageChart ( ) : void
return void

OnShown() protected method

Chart tab page is shown.
protected OnShown ( EventArgs e ) : void
e System.EventArgs
return void

UpdateChart() protected method

Updates the chart.
protected UpdateChart ( ) : void
return void