1

Anyone have an minimal example of ASP.NET MVC and dotnetcharting.com control lying around?

Thanks, rodchar

3 Answers 3

1

New asp.net charting controls - will they work with MVC (eventually)?

Sign up to request clarification or add additional context in comments.

Comments

1

You can download ASP.NET samples of the .NET Charting control here. It gives a wide range of examples and provides code snippets to go with.

1 Comment

I updated the chart samples for .NET 4.0 and added two additional projects -- ChartsWithMVC and ChartsWithoutWebForms for anyone who wants to see one way to utilize the asp.net charts in a non-web form world. Download sample code here: develocity.blogspot.com/2010/04/…
0

You can use the Microsoft ASP.NET chart control that James mentions with the MVC Framework. The control was designed for use with WebForms, but it will work from an MVC View as long as you don't need to handle postback events. If you do, you may want to consider developing a hybrid solution with WebForms pages where charting is required and MVC for the rest of the site.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.