Form used for plots.
More...
List of all members.
Public Member Functions |
| GraphWindowTemplate_Old () |
Protected Member Functions |
override void | Dispose (bool disposing) |
| Clean up any resources being used.
|
Private Member Functions |
void | Form1_Load (object sender, EventArgs e) |
void | btnCancel_Click (object sender, EventArgs e) |
| Display customized tooltips when the mouse hovers over a point.
|
void | InitializeComponent () |
| Required method for Designer support - do not modify the contents of this method with the code editor.
|
Private Attributes |
System.ComponentModel.IContainer | components = null |
| Required designer variable.
|
System.Windows.Forms.GroupBox | grbox1 |
System.Windows.Forms.Panel | panel1 |
System.Windows.Forms.Button | btnClose |
System.Windows.Forms.CheckBox | chkBlackBg |
Detailed Description
Form used for plots.
$A Igor Aug09;
Constructor & Destructor Documentation
IG::Forms::GraphWindowTemplate_Old::GraphWindowTemplate_Old |
( |
| ) |
[inline] |
Member Function Documentation
void IG::Forms::GraphWindowTemplate_Old::Form1_Load |
( |
object |
sender, |
|
|
EventArgs |
e |
|
) |
| [inline, private] |
void IG::Forms::GraphWindowTemplate_Old::btnCancel_Click |
( |
object |
sender, |
|
|
EventArgs |
e |
|
) |
| [inline, private] |
Display customized tooltips when the mouse hovers over a point.
Customize the context menu by adding a new item to the end of the menu. Handle the "Add New Beta Point" context menu item. This finds the curve with the CurveItem.Label = "Beta", and adds a new point to it.
override void IG::Forms::GraphWindowTemplate_Old::Dispose |
( |
bool |
disposing | ) |
[inline, protected] |
Clean up any resources being used.
- Parameters:
-
disposing | true if managed resources should be disposed; otherwise, false. |
void IG::Forms::GraphWindowTemplate_Old::InitializeComponent |
( |
| ) |
[inline, private] |
Required method for Designer support - do not modify the contents of this method with the code editor.
Member Data Documentation
Required designer variable.
The documentation for this class was generated from the following files: