Reputation: 88
I have recently just took up coding in C#(.NET 2.0) again and I was wondering if there are any tools/library's that I can use to generate graphs/statistics from a database, Like what jpgraph does for PHP.
I plan on using it to make a simple windows application to generate the uptime/downtime of various websites.
thanks in advance
Upvotes: 0
Views: 1911
Reputation: 38960
Check out the silverlight graphing libraries. You might need to upgrade from .NET 2.0 though.
Also if you plan to use the web, you can always resort to javascript and jquery libraries out there with graphing abilities.
Upvotes: 0
Reputation: 20640
Microsoft Chart Control
http://www.microsoft.com/downloads/en/details.aspx?FamilyID=130f7986-bf49-4fe5-9ca8-910ae6ea442c
[Edit] - Oops, this if for Net 3.5. But it's a good reason to upgrade!
Upvotes: 1