views:

47

answers:

3

Hello,

I have developed a GUI using ASP.NET 3.5 and C#....

Now at some places i need to display the data using graphs like pie or bar...

I need to know how to start to do this...As in i was going through Crystal Reports, the there was something about MS charts...i need to know where can i read the tutorial and then implement it in my GUI...

I also like to know the Licence type.. i am looking for something that is free to try and distribute..

Thanks

+1  A: 

MS charts, yes. They're free

And ScottGu introduces them here (with links to documentation)

David Hedlund
so what would recommend... MS charts or Crystal reports... or is there any other free control... Thanks
A: 

I can really recommend going for a third party library like Infragistics or Dundas. They are not that expensive and give you much richer functionality.

Alex
i checked out these company softwares.. though they look amazing to me i still need to go with something that is free to try and distribute... Can u help me there..
+2  A: 

ZedGraph (http://zedgraph.org/wiki/index.php?title=Main%5FPage) is another one - with sourcecode.

I'm using it in many Projects.

Arthur
is it free?? but i herd it is not maintained anymore...??
Yes - it's free. LGPL Licence. Where did you herd that's not maintained anymore? OK, last release was Dec 2008 (soureforge files). Is there a statement?
Arthur