I am looking for a very simple WPF chart which should have a 2D graph and and should have pan and zoom facilities .
|
feedback
|
|
Free tools supporting panning / zooming:
Free tools without built in pan / zoom support:
Paid tools with built in pan / zoom support:
Full Disclosure: I have been heavily involved in development of Visiblox, hence I know that library in much more detail than the others. | |||||||||||||
feedback
|
|
DynamicDataDisplay is brilliant, zoom and pan built in and its free on CodePlex. | ||||
|
feedback
|
|
You can get the Silverlight Chart Controls running on WPF, they're quite nice (and free). | ||||
feedback
|
|
Try VisiFire. It looks good. It works well. And it is open source with a commercial license option. | |||||
feedback
|
|
The WPF Toolkit is available. It is free from CodePlex. | ||||
|
feedback
|
|
| ||||
|
feedback
|
|
aM Charts are also making WPF Chart controls. Currently they only show off a pie chart, but they are set to provide new ones in short term. | ||||
feedback
|
|
The chart control in the WPF Toolkit has a horrible bug: it never forgets any of the data points. So if you try to implement a floating chart you will get out of memory after round about 3000 DataPoint-objects. This bug has been reported to MS over a year ago but nobody seems to care... | ||||
|
feedback
|
|
Another one is OxyPlot, which is an open-source cross-platform (WPF, Silverlight, WinForms, Mono) .Net plotting library. | ||||
|
feedback
|