IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.
|
Representation of a plottable item contained in a graph. This excludes markup markups such as axes, legends, etc. More...
Public Member Functions | |
GraphPlotItem (GraphBase graph) | |
Protected Attributes | |
double | _minX |
Properties | |
int | Index [get] |
Gets index of the current plot item on the Graph. | |
double | MinX [get, set] |
Minimal x co-ordinate of the plotted data. | |
double | MaxX [get, set] |
Maximal x co-ordinate of the plotted data. | |
double | MinY [get, set] |
Minimal y co-ordinate of the plotted data. | |
double | MaxY [get, set] |
Maximal y co-ordinate of the plotted data. | |
Private Attributes | |
double | _maxX |
double | _minY |
double | _maxY |
Representation of a plottable item contained in a graph. This excludes markup markups such as axes, legends, etc.
$A Igor Jun09;
IG::Plot2d::GraphPlotItem::GraphPlotItem | ( | GraphBase | graph | ) | [inline] |
double IG::Plot2d::GraphPlotItem::_minX [protected] |
double IG::Plot2d::GraphPlotItem::_maxX [private] |
double IG::Plot2d::GraphPlotItem::_minY [private] |
double IG::Plot2d::GraphPlotItem::_maxY [private] |
int IG::Plot2d::GraphPlotItem::Index [get] |
Gets index of the current plot item on the Graph.
double IG::Plot2d::GraphPlotItem::MinX [get, set] |
Minimal x co-ordinate of the plotted data.
double IG::Plot2d::GraphPlotItem::MaxX [get, set] |
Maximal x co-ordinate of the plotted data.
double IG::Plot2d::GraphPlotItem::MinY [get, set] |
Minimal y co-ordinate of the plotted data.
double IG::Plot2d::GraphPlotItem::MaxY [get, set] |
Maximal y co-ordinate of the plotted data.