问题
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