Chart (gb.chart)
Deze klasse kan gebruikt worden als een object door een verborgen instantie op verzoek te creƫren.
Deze klasse is
creƫerbaar.
Deze klasse reageert als een
alleen leesbaar reeks.
Deze klasse is
opsombaar met sleutelwoord
FOR EACH.
Eigenschappen
Methode
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.)