Reji
Reji

Reputation: 51

chart representation in wpf

I have a table in sql server database. How can i represent this data as charts using wpf and c#

Upvotes: 4

Views: 433

Answers (2)

AbdouMoumen
AbdouMoumen

Reputation: 3854

Check WPF Toolkit for a set of cool [FREE] chart controls

This page contains an example that you can download. and here is another (more detailed) example.

Hope this helps :)

Upvotes: 1

Muad'Dib
Muad'Dib

Reputation: 29286

Instead of trying to build your own, I think your best bet is to get a 3rd party charting library. there are commercial ones--telerik for example-- and there are some free/opensource out there, like VisiFire.

Upvotes: 1

Related Questions