Seeking some advice:
I am in Visual Studio 2008 Asp C# environment and like to present charts/graphs to users. Looking for a free solution for displying charts/graphs based on data from MS database.
Some of the products I thought of are : Cacti,Ganglia,Fusion(not free)
If possible please note advantage/disadvantage of the recommended way to go.
Thanks
Behrouz
After studying multiple solutions (Fusion, Microsoft chart control, etc) I decided to go with Google Charts. Since I don’t complex requirements, Google Charts will work for me!
The main reason I decide to go with this is that it is extremely easy to do. With one line of code, the chart is done!
I highly recommend Google Charts.