Graphs in .NET CF [closed]

匆匆过客 提交于 2019-12-08 06:35:30

问题


I'm looking for a decent free control, library, or tutorial that allow graphing on .NET CF... I'm currently using v2.0 but can probably upgrade to 3.5.

I will also want to be able to save the graph as an image.


回答1:


Two years ago i did nearly the same search and found several one, but nothing really excited me. Here are my old result:

  • Mooseworks Trend Graph Control
  • MindFusion PocketChart
  • Steema TeeChart
  • QCChart2D CF Charting Tools
  • QCRTGraph CF - Real-Time Graphics Tools

Maybe one or all of them released new versions in the meantime with better performance, but better check it for yourself.




回答2:


How much functionality do you actually need?

For a CF project I did in the past, we just used a few bitmaps as the background grid and drew the plots on there. It was pretty simple and low-tech, but I was surprised at how well it served us.



来源:https://stackoverflow.com/questions/4724818/graphs-in-net-cf

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!