can i show a pie chart from the database data on the emulator pocket pc 2002 using vb .net 2003?
Printable View
can i show a pie chart from the database data on the emulator pocket pc 2002 using vb .net 2003?
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/piechar...x?&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_..._chart_pg1.asp
here is a sample of a barchart in c#.net for the compact framework
http://www.codeproject.com/netcf/pocketbargraph.asp