Reputation: 51
I have a table in sql server database. How can i represent this data as charts using wpf and c#
Upvotes: 4
Views: 433
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
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