[Gambas-user] Chart component

Fabien Bodard gambas.fr at ...626...
Tue Apr 1 10:36:51 CEST 2008


hi Andy ... this a short demo of the alpha Chart component ... remember it's
not a ready to use component and many things will change in it in the next
versions.

When you want to fill it :

Dim hresult as result

hresult = exec...

For each hresult

  Chart.headers.Value.add(hResult!Label)
  Chart[0].Values.Add(hResult!Value)

next


it's an example as the chart component is designed to be filled with
multiple datasets...

Regards,
Fabien
-------------- next part --------------
A non-text attachment was scrubbed...
Name: demochart-0.0.1.tar.gz
Type: application/x-gzip
Size: 8111 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20080401/a38341aa/attachment.bin>


More information about the User mailing list