C# Класс Forex_Strategy_Builder.Small_Indicator_Chart

Draws a small indicator chart
Наследование: System.Windows.Forms.Panel
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
InitChart ( ) : void

Sets the parameters of the Indicators Chart

SetUpChart ( ) : void

Prepare the parameters

Small_Indicator_Chart ( ) : System

Public constructor

Защищенные методы

Метод Описание
OnMouseMove ( MouseEventArgs e ) : void

Generates dynamic info on the status bar when we are Moving the mouse over the SmallIndicatorsChart.

OnPaint ( PaintEventArgs e ) : void

Paints the chart

OnResize ( EventArgs eventargs ) : void

Invalidates the chart after resizing

Приватные методы

Метод Описание
HscrllbInstrChart_ValueChanged ( object sender, EventArgs e ) : void

Sets the parameters after the horizontal scrollbar position has been changed.

Описание методов

InitChart() публичный Метод

Sets the parameters of the Indicators Chart
public InitChart ( ) : void
Результат void

OnMouseMove() защищенный Метод

Generates dynamic info on the status bar when we are Moving the mouse over the SmallIndicatorsChart.
protected OnMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs
Результат 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

SetUpChart() публичный Метод

Prepare the parameters
public SetUpChart ( ) : void
Результат void

Small_Indicator_Chart() публичный Метод

Public constructor
public Small_Indicator_Chart ( ) : System
Результат System