.Net compact framework

J

Jan Tielens

I suggest you post this question in the compact framework newsgroup. This
one is for Windows Forms...
 
T

Tim Wilson [MVP]

There is no built in .Net CF control for this, unfortunately. So you will
need to draw the chart yourself, or purchase a third-party control like the
control from ComponentOne
(http://www.componentone.com/products.aspx?ProductCode=1&ProductID=108). If
you wish to draw the chart yourself you would probably be best to write a
custom control and override the OnPaint method and draw to an off-screen
bitmap. The actual logic used to draw the pie chart is something that you
will have to come up with yourself (or maybe google could help you out with
that). There are some good examples of custom controls over at OpenNETCF
(http://www.opennetcf.org/) if you need more information on custom control
development.

Like Jan said, you should post to the CF newsgroup. The more related the
topic is to the newsgroup the more likely it is that you will get the answer
you are looking for. That said, the CF newsgroup is located here:
microsoft.public.dotnet.framework.compactframework
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top