Click here to Skip to main content
15,867,308 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am developing widows based application in visual studio using C#.Net. Furthermore, this application will be interfaced with our custom built hardware. I am facing problem in creating interactive charts/bars, which will display the received parameters in the form of chart. I am new to C#.net, kindly help me to come out of this problem.
Posted

1 solution

Have a look at these:
Video: Shows how to use Microsoft's Chart Control in your Application[^]
New Microsoft Chart Controls for Web and Windows Forms Applications[^]


BTW, .NET 4.0 requires VS 2010 to be able to target/build. Beginning in .NET Framework 4, the Chart controls are part of the .NET Framework. Details here: Samples Environment for .NET Framework 4 Chart Controls Released![^]
 
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