|
IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.
|
Interface for all items that can be put on a graph (including axes, labels, etc.). More...
Public Member Functions | |
| void | UpdateInGraph () |
| Updates the current item in the containing control. | |
| void | DetachFromGraph () |
| Detaches the current item from the graph. | |
Properties | |
| GraphBase | Graph [get] |
| Graph that contains this axis. | |
Interface for all items that can be put on a graph (including axes, labels, etc.).
$A Igor Jun09;
| void IG::Plot2d::IGraphItem::UpdateInGraph | ( | ) |
Updates the current item in the containing control.
| void IG::Plot2d::IGraphItem::DetachFromGraph | ( | ) |
Detaches the current item from the graph.
GraphBase IG::Plot2d::IGraphItem::Graph [get] |
Graph that contains this axis.