Click here to Skip to main content
15,909,742 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
I want to create a chart in my project for representing total sales of a week. I searched for getting the code but I don't get any. Also I didn't see any control like chart control in my .net. I am using VS2008. Can you help me to overcome this problem?
Posted
Updated 8-Nov-10 22:18pm
v2

Hi, when using VS2008 you will most likely not have the .NET Framework 4.0. This means you need to need to add the microsoft chart control manually.
You can download it here:
http://code.msdn.microsoft.com/mschart[^]

Just install it and you will have the chart control in your toolbox.
 
Share this answer
 
Comments
Espen Harlinn 17-Jan-11 11:24am    
5+ Good answer - you've become a kind of a bookish creature - an encyclopedia, Gratulations!!
Try Zedgraphs

ZedGraphs[^]
 
Share this answer
 
Comments
JF2015 9-Nov-10 4:33am    
Good one - I always tend to forget how much great articles cp has to offer!
 
Share this answer
 
If you prefer Crystal reports then you can go through following links

Crystal Reports Charting Fundamentals[^]

Crystal Report for Visual Studio .NET - Charts[^]

Layout of the Crystal Report Designer[^]

Here before i was developed many chart reports using crystal reports.
 
Share this answer
 
You can use AmChart controls for this
 
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