Hello,
I've found a nice article on how to create Chart progammaticaly in ASP.NET MVC on ASP.NET website. Scott Mitchell, the author, uses a class called Chart() that he said comes from system.web.UI.datavisualization. But, when I try to reference system.web.UI.datavisualization namespafe from my projet,looking at the .NET tab, I don't see it. Instead, I find system.web.datavisualization (without UI between System and DataVisualization).
I wonder if we are talking about the same namespace. If that's not the case, where can I find the system.web.UI.datavisualization and how to install it?
Thanks for helping.