I tried integrating MSCharts in a WPF application which uses Blacklight as the UI library (For the most part). Performance is much slower and incompatibility is apparent. You guys know any better way? MSCharts capabilities in WPF!
Asked
Active
Viewed 3,456 times
2
-
did you found any good chart? if yes please suggest me it...i also looking for the same...looking for chart With rich functionality for SilverLight Application but doesn't found ...also looking for how to use mschart in silverlight.....thank you so much – Pritesh May 17 '12 at 13:59
-
1@Pritesh, I could not integrate MSCharts with WPF well. So used WPF Toolkit and its charting library instead. You will need to go through it and will need to change the look and feel to suit your needs. There are a number of questions I posted on this in SO and I hope they will be of use for you. Also you will be able to find a fair amount of online references too. Good luck. – picmate 涅 May 17 '12 at 15:15
-
picmate Thank you so much for replying. – Pritesh May 19 '12 at 12:09
2 Answers
4
What sort of charting requirements do you have? The WPF / Silverlight Toolkit charts have been demonstrated to be very slow:
However, there are alternatives. Visiblox provides a high performance chart for WPF.

ColinE
- 68,894
- 15
- 164
- 232
-
Hi ColinE, Thanks for the answer. I am looking at some free WPF charting resources to integrate in to a dashboard tool. WPF toolkit charts are not as rich as MSCharts(?, at least until I saw it last) – picmate 涅 Jan 17 '11 at 12:46
-
@picmate ya exactly.. toolkit of WPF and SilverLight doesn't contain chart with rich Functionality so i also looking for how to use MSChart in silverlight or any opensource or free chart control which contain functionality like zooming,paning,Annotation,DrilDown,Selection etc.. – Pritesh May 17 '12 at 13:59
-
@Pritesh, you may need to customize WPF toolkit to a certain degree to have drill down etc. effects. – picmate 涅 May 17 '12 at 15:17
1
I don't think MSCharts are compatible with WPF. From the MSChart download page
ASP.NET and Windows Forms Chart Controls for .NET Framework 3.5 SP1
You would be better off looking at the WPF Toolkit and the Extended WPF Toolkit. This has controls specifically designed for WPF to take advantage of all the features available.

ChrisF
- 134,786
- 31
- 255
- 325
-
Hi ChrisF, Thanks for your quick response. I looked at the WPF toolkit, but not the extended one. What I need is to unleash the same power of MSCharts in a wpf context for a BI dashboard. – picmate 涅 Jan 17 '11 at 12:47
-
@picmate - I've not done a detailed comparison either (as I've not had to). If the WPF Toolkit doesn't do what you need then you might need to go with some other commercial controls such as Telerik or Infragistics. – ChrisF Jan 17 '11 at 12:49
-
Thanks again ChrisF. As far as I can see the only other solution is to enhance the WPFToolkit charts to suite our needs. Do let me know if you know of any resources which I can use to make WPFCharts more productive. – picmate 涅 Jan 17 '11 at 17:37