Thursday, July 28, 2005 10:13 AM
triplez
Charting Controls/Library in .NET
I have an upcoming project that involves generating different charts from reports/data, and found a pretty good charting control.
ASPChart.NET - Data Chart Generation Library
Don't let the ASP in the name fool you. You can use it for WinForms too, as it generates images, instead of html. It's a pretty comprehensive charting library that reads the data off an xml file.
FormChart.NET - Design Time Support
This is more suited for WinForms with design time support. It uses the same data chart library from ASPChart.NET but just encapsulates it around a user control for design time manipulation.
By the way, did I mention they are free?
Do you have any other charting controls or libraries for .NET? Please comment and send me the link. :)
Filed under: Programming, Tools, Web Development