.NET Framework Bookmark and Share   
 index > Chart Controls for .NET Framework > Creating a simple chart by two columns.
 

Creating a simple chart by two columns.

I have two columns(Year and Production) in my Table as bellow:

Year | Production
------------------------
1990 | 50
------------------------
1991 | 60
------------------------
1992 | 70
------------------------
1993 | 80
------------------------
1994 | 90
------------------------
1995 | 100
------------------------
1996 | 110
------------------------

Now, How can I create a simple chart that Year column be X-axis and Production be Y-axis?
MJ_Developer.
MJ_Developer
First you go through the samples, you will find everything there and if you have any problems then post your problem

http://code.msdn.microsoft.com/mschart
Please remember to click “Mark as Answer�on the post that helps you, and to click “Unmark as Answer�if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
KishorePV

You can use google to search for other answers

Custom Search

More Threads

• Can I use the Chart Control & Samples With VB.net Express?
• Chart Controls Can't Display in iframe tag (different Domain)
• tick marks show through markers
• Gaps in Stacked Column Chart
• Multiple cursors
• In the Crystal Report, change the data displayed at runtime
• Deploying charts with older Framework versions
• DataManipulator.InsertEmptyPoints Does it work?
• Chart controls - text histogram
• why Chart control not showing all points labels on x-axis