[Gambas-user] gb.chart

Fabien Bodard gambas.fr at ...626...
Sun Oct 25 17:35:32 CET 2009


this is the basis of the gb.chart use on version 2



' Gambas class file


PUBLIC SUB Form_Open()
Chart.Count = 3
Chart[0].Values = [1.0, 2.0, 3.0]
Chart.Headers.Values = ["tic", "tac", "toes"]
Chart.Legend.Visible = TRUE

Chart.Style = ChartType.Pie



END

PUBLIC SUB DrawingArea1_Draw()

  Chart.Width = DrawingArea1.W
  Chart.Height = DrawingArea1.H

  Chart.Draw
END

2009/10/25 Andrea Bertini <and.bertini at ...626...>:
> please post en example working with version 2.16 thx
>
>
> ------------------------------------------------------------------------------
> 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 at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>




More information about the User mailing list