Representation of a plottable item contained in a graph. This excludes markup markups such as axes, legends, etc.
More...
|
| int | Index [get] |
| | Gets index of the current plot item on the Graph. More...
|
| |
| double | MinX [get, protected set] |
| | Minimal x co-ordinate of the plotted data. More...
|
| |
| double | MaxX [get, protected set] |
| | Maximal x co-ordinate of the plotted data. More...
|
| |
| double | MinY [get, protected set] |
| | Minimal y co-ordinate of the plotted data. More...
|
| |
| double | MaxY [get, protected set] |
| | Maximal y co-ordinate of the plotted data. More...
|
| |
| GraphBase | Graph [get, protected set] |
| | Graph that contains this axis. More...
|
| |
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 |
|
getprotected set |
Minimal x co-ordinate of the plotted data.
| double IG.Plot2d.GraphPlotItem.MaxX |
|
getprotected set |
Maximal x co-ordinate of the plotted data.
| double IG.Plot2d.GraphPlotItem.MinY |
|
getprotected set |
Minimal y co-ordinate of the plotted data.
| double IG.Plot2d.GraphPlotItem.MaxY |
|
getprotected set |
Maximal y co-ordinate of the plotted data.
The documentation for this class was generated from the following file: