C# Class Forex_Strategy_Builder.Dialogs.Generator.Top10Slot

Inheritance: System.Windows.Forms.Panel
显示文件 Open project: nuggett11/Forex-Strategy-Builder Class Usage Examples

Public Methods

Method Description
InitSlot ( ) : void

Sets the chart parameters

Protected Methods

Method Description
OnPaint ( PaintEventArgs e ) : void

Paints the chart

OnResize ( EventArgs eventargs ) : void

Invalidates the chart after resizing

Method Details

InitSlot() public method

Sets the chart parameters
public InitSlot ( ) : void
return void

OnPaint() protected method

Paints the chart
protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void

OnResize() protected method

Invalidates the chart after resizing
protected OnResize ( EventArgs eventargs ) : void
eventargs EventArgs
return void