IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
IG.Forms.GraphItem Class Referenceabstract
+ Inheritance diagram for IG.Forms.GraphItem:
+ Collaboration diagram for IG.Forms.GraphItem:

Public Member Functions

 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...
 

Properties

GraphBase Graph [get, protected set]
 Graph that contains this axis. More...
 

Private Member Functions

 GraphItem ()
 

Private Attributes

GraphBase _graph
 

Constructor & Destructor Documentation

IG.Forms.GraphItem.GraphItem ( )
inlineprivate
IG.Forms.GraphItem.GraphItem ( GraphBase  graph)
inline

Member Function Documentation

abstract void IG.Forms.GraphItem.UpdateInGraph ( )
pure virtual

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.

Implemented in IG.Forms.GraphAxisItem, and IG.Forms.GraphLineItem.

abstract void IG.Forms.GraphItem.DetachFromGraph ( )
pure virtual

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.

Implemented in IG.Forms.GraphAxisItem, and IG.Forms.GraphLineItem.

Member Data Documentation

GraphBase IG.Forms.GraphItem._graph
private

Property Documentation

GraphBase IG.Forms.GraphItem.Graph
getprotected set

Graph that contains this axis.


The documentation for this class was generated from the following file: