IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.

IG::Plot2d::IGraphItem Interface Reference

Interface for all items that can be put on a graph (including axes, labels, etc.). More...

List of all members.

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.

Detailed Description

Interface for all items that can be put on a graph (including axes, labels, etc.).

$A Igor Jun09;


Member Function Documentation

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.


Property Documentation

GraphBase IG::Plot2d::IGraphItem::Graph [get]

Graph that contains this axis.


The documentation for this interface was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties Events