C# Класс Forex_Strategy_Builder.Small_Balance_Chart

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

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

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

Sets the chart params

SetChartData ( ) : void

Sets chart's instrument and back testing data.

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

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

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

OnPaint ( PaintEventArgs e ) : void

Paints the chart

OnResize ( EventArgs eventargs ) : void

Invalidates the chart after resizing

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

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

Sets the chart params
public InitChart ( ) : void
Результат void

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

Generates dynamic info on the status bar when we are Moving the mouse over the SmallBalanceChart.
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

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

Sets chart's instrument and back testing data.
public SetChartData ( ) : void
Результат void