|
IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.
|
Stand-alone graph window using NPlot as plotting engine. For layout, GraphWindowTemplate class is inherited. More...
Inheritance diagram for IG::Plot2d::GraphWindowNPlot:
Collaboration diagram for IG::Plot2d::GraphWindowNPlot:Public Member Functions | |
| GraphWindowNPlot () | |
Protected Member Functions | |
| new void | ResumeLayout () |
| Overridden ResumeLayout() that enables switching on or off the original ResumeLayout() dependent on the value of the ResumeLayoutInInitializeComponent flag. | |
| override void | InitializeComponent () |
| Required method for Designer support. | |
Protected Attributes | |
| NPlot.Windows.PlotSurface2D | pnlGraphNPlot |
Stand-alone graph window using NPlot as plotting engine. For layout, GraphWindowTemplate class is inherited.
$A Igor Sept09;
| IG::Plot2d::GraphWindowNPlot::GraphWindowNPlot | ( | ) | [inline] |
| new void IG::Plot2d::GraphWindowNPlot::ResumeLayout | ( | ) | [inline, protected] |
Overridden ResumeLayout() that enables switching on or off the original ResumeLayout() dependent on the value of the ResumeLayoutInInitializeComponent flag.
Reimplemented from IG::Plot2d::GraphWindowTemplate.
| override void IG::Plot2d::GraphWindowNPlot::InitializeComponent | ( | ) | [inline, protected, virtual] |
Required method for Designer support.
Reimplemented from IG::Plot2d::GraphWindowTemplate.
NPlot.Windows.PlotSurface2D IG::Plot2d::GraphWindowNPlot::pnlGraphNPlot [protected] |