Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Microsoft Chart Controls in Visual Studio 2010?

Tags:

asp.net-4.0

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

like image 511
NibblyPig Avatar asked Dec 14 '22 00:12

NibblyPig


2 Answers

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

like image 63
Drizet Avatar answered May 12 '23 19:05

Drizet


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

like image 20
Rubens Farias Avatar answered May 12 '23 20:05

Rubens Farias