C# Class WFA_psychometric_chart.form_process_diagram

Afficher le fichier Open project: temcocontrols/T3000_Building_Automation_System Class Usage Examples

Méthodes publiques

Méthode Description
HumTempCalcByCoordinate ( ) : void
ReDrawLines ( double id, double x, double y, Color c ) : void
ReDrawPoints ( Series s1, double x, double y, Color c, string source1, string name1, string label1x, string labelValueText ) : void
SetNode ( string source, string name, string label, Color c1, string comboboxItemText1 ) : void
chart_plot ( ) : void
form_process_diagram ( ) : System
form_process_diagram_Disposed ( object sender, System e ) : void
plot_by_DBT_HR ( double DBT, double HR ) : int
plot_on_graph_values ( double dbt, double hr, double xval, double yval ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
CalculateHumidityEnthalpy ( double xVal, double yVal ) : void
InitializeComponent ( ) : void

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

MouseMoveEvent ( object sender, MouseEventArgs e ) : void
SetDataMouseLeaveEvent ( object sender, EventArgs e ) : void
SetDataMouseMoveEvent ( object sender, MouseEventArgs e ) : void
chart1_Click ( object sender, EventArgs e ) : void
chart1_DragEnter ( object sender, DragEventArgs e ) : void
chart1_DragLeave ( object sender, EventArgs e ) : void
chart1_DragOver ( object sender, DragEventArgs e ) : void
colorToolStripMenuItem_Click ( object sender, EventArgs e ) : void
form_process_diagram_Load ( object sender, EventArgs e ) : void
insertNodeToolStripMenuItem_Click ( object sender, EventArgs e ) : void
mouse_pressed_event ( object sender, MouseEventArgs e ) : void
plot_new_chart ( ) : void
setDataToolStripMenuItem_Click ( object sender, EventArgs e ) : void

Method Details

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

HumTempCalcByCoordinate() public méthode

public HumTempCalcByCoordinate ( ) : void
Résultat void

ReDrawLines() public méthode

public ReDrawLines ( double id, double x, double y, Color c ) : void
id double
x double
y double
c Color
Résultat void

ReDrawPoints() public méthode

public ReDrawPoints ( Series s1, double x, double y, Color c, string source1, string name1, string label1x, string labelValueText ) : void
s1 Series
x double
y double
c Color
source1 string
name1 string
label1x string
labelValueText string
Résultat void

SetNode() public méthode

public SetNode ( string source, string name, string label, Color c1, string comboboxItemText1 ) : void
source string
name string
label string
c1 Color
comboboxItemText1 string
Résultat void

chart_plot() public méthode

public chart_plot ( ) : void
Résultat void

form_process_diagram() public méthode

public form_process_diagram ( ) : System
Résultat System

form_process_diagram_Disposed() public méthode

public form_process_diagram_Disposed ( object sender, System e ) : void
sender object
e System
Résultat void

plot_by_DBT_HR() public méthode

public plot_by_DBT_HR ( double DBT, double HR ) : int
DBT double
HR double
Résultat int

plot_on_graph_values() public méthode

public plot_on_graph_values ( double dbt, double hr, double xval, double yval ) : void
dbt double
hr double
xval double
yval double
Résultat void