C# Класс WFA_psychometric_chart.form_process_diagram

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
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

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

HumTempCalcByCoordinate() публичный Метод

public HumTempCalcByCoordinate ( ) : void
Результат void

ReDrawLines() публичный Метод

public ReDrawLines ( double id, double x, double y, Color c ) : void
id double
x double
y double
c Color
Результат void

ReDrawPoints() публичный Метод

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
Результат void

SetNode() публичный Метод

public SetNode ( string source, string name, string label, Color c1, string comboboxItemText1 ) : void
source string
name string
label string
c1 Color
comboboxItemText1 string
Результат void

chart_plot() публичный Метод

public chart_plot ( ) : void
Результат void

form_process_diagram() публичный Метод

public form_process_diagram ( ) : System
Результат System

form_process_diagram_Disposed() публичный Метод

public form_process_diagram_Disposed ( object sender, System e ) : void
sender object
e System
Результат void

plot_by_DBT_HR() публичный Метод

public plot_by_DBT_HR ( double DBT, double HR ) : int
DBT double
HR double
Результат int

plot_on_graph_values() публичный Метод

public plot_on_graph_values ( double dbt, double hr, double xval, double yval ) : void
dbt double
hr double
xval double
yval double
Результат void