Chart (gb.chart)
This class can be used like an object by creating a hidden instance on demand.
This class is 
creatable.
This class acts like a 
read-only array.
This class is 
enumerable with the 
FOR EACH keyword.
 
Properties
Methods
| 
Draw  
 | 
Renders the chart object in a (DrawingArea) control.
 | 
| 
Resize  
 | 
 | 
The 
Chart class represents a drawable charting object that can be rendered on a form in a DrawingArea control.
You can use it either statically (if you only want to show one chart on a form) or dynamically (i.e. as an instance, particularly if you want to show multiple charts on a form, ... or even multiple charts in one DrawingArea!).
And! One of the best things is that you can chart "live" data very easily (unlike most of the charting libraries in the known universe.)