Chart (gb.chart)
Tato třída může být použita jako objekt tak, že na požádání vytvoří skrytou instanci.
Tato třída je
vytvořitelný.
Tato třída působí jako pole
pouze číst.
Tato třída je
seznamy s
FOR EACH slovem.
Vlastnosti
Metoda
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.)