stackuser1
stackuser1

Reputation: 213

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 application is going to be deployed with the Azure Frame work. Suggest me with any informative links to move forward

Upvotes: 1

Views: 39262

Answers (1)

Artiom Chilaru
Artiom Chilaru

Reputation: 12201

Seems like your question already contained the answer :)

.NET 4 come with a large set of their own charting controls. Scott Guthrie has a post about it and also provides multiple links with examples how to use them from 4 Guys from Rolla

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

UPD: Just to confirm that the charting control is in fact present in VS2010 - here's a screenshot of the control in the Toolbox:

alt text

Upvotes: 6

Related Questions