IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.

IG::Plot2d::GraphNPlot Class Reference

NPlot graphs plotting object. More...

Inheritance diagram for IG::Plot2d::GraphNPlot:
Collaboration diagram for IG::Plot2d::GraphNPlot:

List of all members.

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

Detailed Description

NPlot graphs plotting object.

$A Igor Jun09;


Constructor & Destructor Documentation

IG::Plot2d::GraphNPlot::GraphNPlot ( PlotControlNPlot  control) [inline]

Creates a new graph plotter based on a NPlot control.

Parameters:
controlControl 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.

Parameters:
controlControl on which graphs are actually plotted.
titleTitle ofthe current plotter.
descriptionDescription of the current plotter.

Member Data Documentation


Property Documentation

PlotControlNPlot IG::Plot2d::GraphNPlot::Control [get, set]

2D plot control where graphic items are plotted.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties Events