1

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.

Chris
  • 26,744
  • 48
  • 193
  • 345

2 Answers2

1

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

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

Oliver
  • 43,366
  • 8
  • 94
  • 151
1

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.

whatsisname
  • 5,872
  • 2
  • 20
  • 27