IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.
|
NPlot graphs plotting object. More...
Public Member Functions | |
GraphNPlot (PlotControlNPlot control) | |
Creates a new graph plotter based on a NPlot control. | |
GraphNPlot (PlotControlNPlot control, string title, string description) | |
Creates a new graph plotter based on a NPlot control. | |
Properties | |
PlotControlNPlot | Control [get, set] |
2D plot control where graphic items are plotted. | |
Private Attributes | |
PlotControlNPlot | _control |
NPlot graphs plotting object.
$A Igor Jun09;
IG::Plot2d::GraphNPlot::GraphNPlot | ( | PlotControlNPlot | control | ) | [inline] |
Creates a new graph plotter based on a NPlot control.
control | Control used for plotting windows graphs. |
IG::Plot2d::GraphNPlot::GraphNPlot | ( | PlotControlNPlot | control, |
string | title, | ||
string | description | ||
) | [inline] |
Creates a new graph plotter based on a NPlot control.
control | Control on which graphs are actually plotted. |
title | Title ofthe current plotter. |
description | Description of the current plotter. |
PlotControlNPlot IG::Plot2d::GraphNPlot::Control [get, set] |
2D plot control where graphic items are plotted.