Chart (gb.chart)

Esta clase se puede usar como un objeto creando una instancia oculta bajo demanda.

Esta clase es instanciable.

Esta clase actúa como un array de sólo lectura.

Esta clase es enumerable con la palabra clave FOR EACH.

Propiedades
BackGround   Sets or returns the color used for the chart "wall".
Border   Sets or returns whether the chart object will be rendered with its' own border.
Colors  
Count  
CountDataSets   Sets or returns the number of data sets that are to be used in the chart.
DataOrientation  
FirstColumnAsLabel  
Headers  
Height  
Id  
Legend   Returns the _CLegend object associated with the chart.
Picture  
Proportionnal   Sets or returns whether the fonts used on the chart will be rendered proportionally.
ShowLabels  
Style  
Title  
Type   Sets or returns the chart plot type. This will be one of the ChartType constants.
Width  
XAxe   Returns an object representing how the X axis will be rendered on the chart.
YAxe  

Métodos
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.)