Anyone have an minimal example of ASP.NET MVC and dotnetcharting.com control lying around?
Thanks, rodc开发者_如何学JAVAhar
New asp.net charting controls - will they work with MVC (eventually)?
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.
精彩评论