the help-code given doesn't work with release 2.16.

Messages:
=========
'the values count must be up then 1'
'no current device'

Code:
=====
DIM mychart AS NEW Chart (not writte in the help but inserted) 
mychart.Count = 3
mychart[0].Values = [1.0, 2.0, 3.0]
mychart.Headers.Values = ["tic", "tac", "toes"]
mychart.Legend.Visible = TRUE
mychart.Style = ChartType.Pie
mychart.Width = DrawingArea1.W
mychart.Height = DrawingArea1.H
mychart.Draw


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to