ChartsClass
Class to create simple charts in Gambas + sample program
This class implements a line chart and a bar chart - and now pie-chart too (upd nov 2013).
In the simplest use, start from an array of values to draw a chart.
Choose options to switch on/off titles, labels, values on the graph.
Choose to supply min and max value and adjust the dimensions in the chart.
Use the class in your project by copying the source in your project, or as component (from v 0.6) by compiling with "make executable" option.
...