Hey All,
Anyone have an minimal example of ASP.NET MVC and dotnetcharting.com control lying around?
Thanks, rodchar
Hey All,
Anyone have an minimal example of ASP.NET MVC and dotnetcharting.com control lying around?
Thanks, rodchar
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.
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.