PDA

Click to See Complete Forum and Search --> : pie chart


adeline
Apr 12th, 2006, 07:00 AM
can i show a pie chart from the database data on the emulator pocket pc 2002 using vb .net 2003?

Strider
Apr 12th, 2006, 08:39 AM
The Compact Framework does not have any integrated graphing controls.

You would need to use a 3rd party component such as
http://www.devdirect.com/ALL/piechartcontrol_PROD_00008350.aspx?&Show=Images

or else create your own custom pie chart. using the drawing class and painting your own pie chart

here is one in eVB http://www.devbuzz.com/content/zinc_evb_pie_chart_pg1.asp

here is a sample of a barchart in c#.net for the compact framework
http://www.codeproject.com/netcf/pocketbargraph.asp