C# Class Forex_Strategy_Builder.Dialogs.Generator.Top10Slot

Inheritance: System.Windows.Forms.Panel
Afficher le fichier Open project: nuggett11/Forex-Strategy-Builder Class Usage Examples

Méthodes publiques

Méthode Description
InitSlot ( ) : void

Sets the chart parameters

Méthodes protégées

Méthode Description
OnPaint ( PaintEventArgs e ) : void

Paints the chart

OnResize ( EventArgs eventargs ) : void

Invalidates the chart after resizing

Method Details

InitSlot() public méthode

Sets the chart parameters
public InitSlot ( ) : void
Résultat void

OnPaint() protected méthode

Paints the chart
protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

OnResize() protected méthode

Invalidates the chart after resizing
protected OnResize ( EventArgs eventargs ) : void
eventargs EventArgs
Résultat void