IGLib
1.7.2
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. More... | |
GraphNPlot (PlotControlNPlot control, string title, string description) | |
Creates a new graph plotter based on a NPlot control. More... | |
Public Member Functions inherited from IG.Plot2d.GraphBase | |
GraphBase (string title, string description) | |
Creates a GraphBase object with the specified title and description. More... | |
void | DetachGraphWindow () |
Opens a new modal window containing the graph control that renders the current graph. More... | |
Properties | |
PlotControlNPlot | Control [get, protected set] |
2D plot control where graphic items are plotted. More... | |
Properties inherited from IG.Plot2d.GraphBase | |
object | Lock [get] |
Object used for thread locking of the current object. More... | |
virtual string | Title [get, set] |
Graph title. More... | |
virtual string | Description [get, set] |
Graph description. More... | |
List< GraphPlotItem > | PlotItems [get] |
Gets a list of axes maintained in the graph. More... | |
Form | ContainingForm [get, set] |
Control | ContainingControl [get, set] |
Thread | WindowThread [get, protected set] |
Thread in which new window is opened. More... | |
Properties inherited from IG.Lib.ILockable | |
object | Lock [get] |
Private Attributes | |
PlotControlNPlot | _control |
Additional Inherited Members | |
Static Public Member Functions inherited from IG.Plot2d.GraphBase | |
static void | Example () |
Protected Attributes inherited from IG.Plot2d.GraphBase | |
string | _title |
string | _description |
Thread | _windowThread |
NPlot graphs plotting object.
$A Igor Jun09;
|
inline |
Creates a new graph plotter based on a NPlot control.
control | Control used for plotting windows graphs. |
|
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. |
|
private |
|
getprotected set |
2D plot control where graphic items are plotted.