IGLib
1.7.2
The IGLib base library for development of numerical, technical and business applications.
|
Base lass for all items that can be put on a graph (including axes, labels, etc.). More...
Public Member Functions | |
GraphItem (GraphBase graph) | |
abstract void | UpdateInGraph () |
Updates the current item in the containing control. More... | |
abstract void | DetachFromGraph () |
Detaches the current item from the graph. More... | |
Properties | |
GraphBase | Graph [get, protected set] |
Graph that contains this axis. More... | |
Private Member Functions | |
GraphItem () | |
Private Attributes | |
GraphBase | _graph |
Base lass for all items that can be put on a graph (including axes, labels, etc.).
$A Igor Jun09;
|
inlineprivate |
|
inline |
|
pure virtual |
Updates the current item in the containing control.
Implemented in IG.Plot2d.GraphLineItem.
|
pure virtual |
Detaches the current item from the graph.
Implemented in IG.Plot2d.GraphLineItem.
|
private |
|
getprotected set |
Graph that contains this axis.