IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
|
Representation of a plottable item contained in a graph. More...
Public Member Functions | |
GraphPlotItem (GraphBase graph) | |
![]() | |
GraphItem (GraphBase graph) | |
abstract void | UpdateInGraph () |
Updates the current item in the containing ZedGraph's control. A ZedGraph item corresponding to the current item is updated according to data contained in this item. More... | |
abstract void | DetachFromGraph () |
Detaches the current item from ZedGraph's graph control. If ZedGraph control contains any items that are managed by the current item, these items may be set invisible or be disposed. References to related representations in the Zedgraph control are deleted, such that connection of the item with the Zedgraph's graph object is broken. More... | |
Protected Attributes | |
double | _minX |
Properties | |
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... | |
Private Attributes | |
double | _maxX |
double | _minY |
double | _maxY |
Representation of a plottable item contained in a graph.
|
inline |
|
protected |
|
private |
|
private |
|
private |
|
get |
Gets index of the current plot item on the Graph.
|
getprotected set |
Minimal x co-ordinate of the plotted data.
|
getprotected set |
Maximal x co-ordinate of the plotted data.
|
getprotected set |
Minimal y co-ordinate of the plotted data.
|
getprotected set |
Maximal y co-ordinate of the plotted data.