Microsoft Chart Controls for Microsoft .NET Framework 4.0

In my Asp.Net 4.0 C # application, I wanted to use chart control. Is there any chart control designed to work with asp.net 4.0 where my app will be deployed with Azure Frame running. Suggest me with any informative links to move forward

+2


source to share


1 answer


It seems like your question already contained an answer :)

.NET 4 comes with a large set of its own chart controls. Scott Guthrie has a post on this and also has some links with examples on how to use them in the 4 guys at Rolla

http://weblogs.asp.net/scottgu/archive/2010/02/07/built-in-charting-controls-vs-2010-and-net-4-series.aspx



UPD: Just to make sure the graphics control is actually present in VS2010 - here is a screenshot of the control in the toolbar:

alt text

+6


source







All Articles