C# Class ARCed.Controls.ParameterMiniChart

Afficher le fichier Open project: borisblizzard/arcreator

Private Properties

Свойство Type Description
InitializeComponent void
ParameterMiniChartDoubleClick void
SetParameterIndex void

Méthodes publiques

Méthode Description
ChangeActor ( Actor actor ) : void

Changes the actor the chart is displaying information of.

ParameterMiniChart ( ) : System

Default constructor

RefreshChart ( ) : void

Forces the chart to refresh current parameters

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

ParameterMiniChartDoubleClick ( object sender, EventArgs e ) : void
SetParameterIndex ( int index ) : void

Method Details

ChangeActor() public méthode

Changes the actor the chart is displaying information of.
public ChangeActor ( Actor actor ) : void
actor Actor
Résultat void

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

ParameterMiniChart() public méthode

Default constructor
public ParameterMiniChart ( ) : System
Résultat System

RefreshChart() public méthode

Forces the chart to refresh current parameters
public RefreshChart ( ) : void
Résultat void