Chart (gb.chart)
Diese Klasse kann als Objekt benutzt werden, indem man bei Bedarf eine versteckte Instanz erstellt.
Diese Klasse ist
erstellbar.
Diese Klasse verhält sich wie ein
nur lesbar-Array.
Mit dem
FOR EACH-Schlüsselwort ist diese Klasse
zählbar.
Eigenschaften
Methoden
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.)