3

Possible Duplicate:
WPF chart controls

I'm looking for a .NET Framework Chart Controls for WPF.

I've found this one : http://archive.msdn.microsoft.com/mschart

But it seems that it doesn't support WPF.

Is there anyone who already used .NET Chart Controls in a WPF Project ?

Community
  • 1
  • 1
Wassim AZIRAR
  • 10,823
  • 38
  • 121
  • 174

2 Answers2

7

You can embed mschart into WPF using WindowsFormsHost.

I have done this in an application because I found all of the WPF solutions I tried were not able to cope with the real time data of my system.

Alan Bradbury
  • 128
  • 2
  • 8
2

you can try with theses projects

Nuffin
  • 3,882
  • 18
  • 34
Aghilas Yakoub
  • 28,516
  • 5
  • 46
  • 51