IGLib  1.7.2
The IGLib base library for development of numerical, technical and business applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
IG.Plot2d.IGraphItem Interface Reference

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. More...
 
void DetachFromGraph ()
 Detaches the current item from the graph. More...
 

Properties

GraphBase Graph [get]
 Graph that contains this axis. More...
 

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: