Click here to Skip to main content
15,905,229 members
Please Sign up or sign in to vote.
2.00/5 (2 votes)
See more:
Hi All

i want to know how to add the .NET charting control in c#.
I want to make chart from this control of the given tables in sql server.


Thanks in advance
kind regarss
Posted
Comments
RaisKazi 16-Nov-11 3:35am    
Web/Windows?

You will need to download the control from Microsoft[^], install it and then add a reference to System.Windows.Forms.DataVisualization. See my article A Guide to using MSChart for .NET[^] on code project to get more detail.

Hope this helps
 
Share this answer
 
If you are talking about .netCharting, they have sample syntax out there.
http://www.asp.net/community/control-gallery/Item.aspx?i=132[^]
or else check the list of charting controls
http://www.asp.net/community/control-gallery/browse.aspx?category=7[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900