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.GraphBase1 Class Reference

An implementation of the things necessary for most ZedGraphDemos. More...

+ Inheritance diagram for IG.Forms.GraphBase1:

Public Member Functions

 GraphBase1 (string description, string title)
 

Protected Attributes

string title
 
string description
 

Properties

PaneBase Pane [get]
 The graph pane the chart is show in. More...
 
MasterPane MasterPane [get]
 The graph pane the chart is show in. More...
 
GraphPane GraphPane [get]
 The graph pane the chart is show in (same as .Pane). More...
 
virtual string Description [get]
 
virtual string Title [get]
 
ZedGraphControl ZedGraphControl [get]
 The control the graph pane is in. More...
 

Private Member Functions

void Init (string description, string title)
 

Private Attributes

ZedGraphControl control
 

Detailed Description

An implementation of the things necessary for most ZedGraphDemos.

Constructor & Destructor Documentation

IG.Forms.GraphBase1.GraphBase1 ( string  description,
string  title 
)
inline

Member Function Documentation

void IG.Forms.GraphBase1.Init ( string  description,
string  title 
)
inlineprivate

Member Data Documentation

string IG.Forms.GraphBase1.title
protected
string IG.Forms.GraphBase1.description
protected
ZedGraphControl IG.Forms.GraphBase1.control
private

Property Documentation

PaneBase IG.Forms.GraphBase1.Pane
get

The graph pane the chart is show in.

MasterPane IG.Forms.GraphBase1.MasterPane
get

The graph pane the chart is show in.

GraphPane IG.Forms.GraphBase1.GraphPane
get

The graph pane the chart is show in (same as .Pane).

virtual string IG.Forms.GraphBase1.Description
get
virtual string IG.Forms.GraphBase1.Title
get
ZedGraphControl IG.Forms.GraphBase1.ZedGraphControl
get

The control the graph pane is in.


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