Question

Is this possible? I installed them, but they don't appear. Do I have to import them or something?

Was it helpful?

Solution

Please, take a look: How use MS chart control with VS 2010?

I haven't tried it with VS2010, but I would assume the process for using it is exactly the same as described there for other versions of VS. It won't appear in the tool box until you instal the add-ons

OTHER TIPS

If you cannot see the Chart control in the Toolbox, right click in the Toolbox, select Choose Items, and then select the following namespaces in the .NET Framekwork Components tab:

System.Web.UI.DataVisualization.Charting

System.Windows.Forms.DataVisualization.Charting

According to this blog post from January 2010:

The Microsoft Chart Control is available as separate installation for .NET Framework 3.5 and will be included in .NET Framework 4.0.

It could be that the controls haven't been updated to work with VS2010 because of this. If they're not in the Beta 2 by default (I don't have it installed on this machine to check) then it might be that they're only going to be included in the full release.

The Chart controls are included in version 4. Here's where you can find the types:

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top