tags:

views:

3927

answers:

6
+9  Q: 

WPF chart controls

I am looking for a very simple WPF chart which should have a 2D graph and and should have pan and zoom facilities .

+3  A: 

You can get the Silverlight Chart Controls running on WPF, they're quite nice (and free).

Steven Robbins
+1  A: 

Code project article here.

Commercial products:

  1. SoftwareFX
  2. Telerik

I'm sure there are others

Crippeoblade
+6  A: 

DynamicDataDisplay is brilliant, zoom and pan built in and its free on CodePlex.

MrTelly
+1  A: 

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.

flq
amCharts for WPF are now out of beta and support most popular chart types like line, area, column, bar, pie, etc.
Alan Mendelevich
A: 

Try VisiFire. It looks good. It works well. And it is open source with a commercial license option.

epotter
+3  A: 

The WPF Toolkit is available. It is free from CodePlex.

It can be downloaded here. There is some commentary here.

epotter