C# Class WFA_psychometric_chart.form_process_diagram

Exibir arquivo Open project: temcocontrols/T3000_Building_Automation_System Class Usage Examples

Public Methods

Method 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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

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

HumTempCalcByCoordinate() public method

public HumTempCalcByCoordinate ( ) : void
return void

ReDrawLines() public method

public ReDrawLines ( double id, double x, double y, Color c ) : void
id double
x double
y double
c Color
return void

ReDrawPoints() public method

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
return void

SetNode() public method

public SetNode ( string source, string name, string label, Color c1, string comboboxItemText1 ) : void
source string
name string
label string
c1 Color
comboboxItemText1 string
return void

chart_plot() public method

public chart_plot ( ) : void
return void

form_process_diagram() public method

public form_process_diagram ( ) : System
return System

form_process_diagram_Disposed() public method

public form_process_diagram_Disposed ( object sender, System e ) : void
sender object
e System
return void

plot_by_DBT_HR() public method

public plot_by_DBT_HR ( double DBT, double HR ) : int
DBT double
HR double
return int

plot_on_graph_values() public method

public plot_on_graph_values ( double dbt, double hr, double xval, double yval ) : void
dbt double
hr double
xval double
yval double
return void