IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Public Member Functions | |
ZedGraphWindow () | |
Public Attributes | |
ZedGraphPlotDlg | PlotDelegate = null |
Protected Member Functions | |
override void | Dispose (bool disposing) |
Clean up any resources being used. More... | |
Protected Attributes | |
ZedGraph.ZedGraphControl | GraphControl |
Zedgraph control that is used for plotting. More... | |
Private Member Functions | |
void | Form1_Load (object sender, EventArgs e) |
void | Form1_Resize (object sender, EventArgs e) |
On resize action, resize the ZedGraphControl to fill most of the Form, with a small margin around the outside More... | |
void | SetSize () |
string | MyPointValueHandler (ZedGraphControl control, GraphPane pane, CurveItem curve, int iPt) |
Display customized tooltips when the mouse hovers over a point More... | |
void | MyContextMenuBuilder (ZedGraphControl control, ContextMenuStrip menuStrip, Point mousePt, ZedGraphControl.ContextMenuObjectState objState) |
Customize the context menu by adding a new item to the end of the menu More... | |
void | AddBetaPoint (object sender, EventArgs args) |
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. More... | |
void | MyZoomEvent (ZedGraphControl control, ZoomState oldState, ZoomState newState) |
void | btnCancel_Click (object sender, EventArgs e) |
void | chkBlackBg_CheckedChanged (object sender, EventArgs e) |
void | InitializeComponent () |
Required method for Designer support - do not modify the contents of this method with the code editor. More... | |
Private Attributes | |
System.ComponentModel.IContainer | components = null |
Required designer variable. More... | |
System.Windows.Forms.GroupBox | grbox1 |
System.Windows.Forms.Panel | panel1 |
System.Windows.Forms.Button | btnClose |
System.Windows.Forms.CheckBox | chkBlackBg |
|
inline |
References Itaia.ZedGraphWindow.InitializeComponent().
|
inlineprivate |
|
inlineprivate |
On resize action, resize the ZedGraphControl to fill most of the Form, with a small margin around the outside
References Itaia.ZedGraphWindow.SetSize().
Referenced by Itaia.ZedGraphWindow.InitializeComponent().
|
inlineprivate |
References Itaia.ZedGraphWindow.GraphControl.
Referenced by Itaia.ZedGraphWindow.Form1_Load(), and Itaia.ZedGraphWindow.Form1_Resize().
|
inlineprivate |
Display customized tooltips when the mouse hovers over a point
Referenced by Itaia.ZedGraphWindow.Form1_Load().
|
inlineprivate |
Customize the context menu by adding a new item to the end of the menu
References Itaia.ZedGraphWindow.AddBetaPoint().
Referenced by Itaia.ZedGraphWindow.Form1_Load().
|
inlineprivate |
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.
References Itaia.ZedGraphWindow.GraphControl.
Referenced by Itaia.ZedGraphWindow.MyContextMenuBuilder().
|
inlineprivate |
Referenced by Itaia.ZedGraphWindow.Form1_Load().
|
inlineprivate |
References Itaia.ZedGraphWindow.Dispose().
Referenced by Itaia.ZedGraphWindow.InitializeComponent().
|
inlineprivate |
References Itaia.ZedGraphWindow.chkBlackBg, and Itaia.ZedGraphWindow.GraphControl.
Referenced by Itaia.ZedGraphWindow.InitializeComponent().
|
inlineprotected |
Clean up any resources being used.
disposing | true if managed resources should be disposed; otherwise, false. |
References Itaia.ZedGraphWindow.components.
Referenced by Itaia.ZedGraphWindow.btnCancel_Click().
|
inlineprivate |
Required method for Designer support - do not modify the contents of this method with the code editor.
References Itaia.ZedGraphWindow.btnCancel_Click(), Itaia.ZedGraphWindow.btnClose, Itaia.ZedGraphWindow.chkBlackBg, Itaia.ZedGraphWindow.chkBlackBg_CheckedChanged(), Itaia.ZedGraphWindow.components, Itaia.ZedGraphWindow.Form1_Load(), Itaia.ZedGraphWindow.Form1_Resize(), Itaia.ZedGraphWindow.GraphControl, Itaia.ZedGraphWindow.grbox1, and Itaia.ZedGraphWindow.panel1.
Referenced by Itaia.ZedGraphWindow.ZedGraphWindow().
ZedGraphPlotDlg Itaia.ZedGraphWindow.PlotDelegate = null |
Referenced by Itaia.GraphTest.Example(), and Itaia.ZedGraphWindow.Form1_Load().
|
private |
Required designer variable.
Referenced by Itaia.ZedGraphWindow.Dispose(), and Itaia.ZedGraphWindow.InitializeComponent().
|
protected |
Zedgraph control that is used for plotting.
Referenced by Itaia.ZedGraphWindow.AddBetaPoint(), Itaia.ZedGraphWindow.chkBlackBg_CheckedChanged(), Itaia.ZedGraphWindow.Form1_Load(), Itaia.ZedGraphWindow.InitializeComponent(), and Itaia.ZedGraphWindow.SetSize().
|
private |
Referenced by Itaia.ZedGraphWindow.InitializeComponent().
|
private |
Referenced by Itaia.ZedGraphWindow.InitializeComponent().
|
private |
Referenced by Itaia.ZedGraphWindow.InitializeComponent().
|
private |