Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to find chart control under my toolbox?

As you can see in my screenshots below, I don't have an option chart under my toolbox. I checked and seem to have the proper references in place. I don't see any option to add the chart control either. Please help. Tnks.

reference

reference

toolbox

toolbox

no option to add chart control

option

like image 738
Trevor_zam Avatar asked Feb 21 '14 13:02

Trevor_zam


People also ask

How do I add a chart Control Toolbox in Visual Studio 2008?

To do this, right-click inside the Toolbox and select Choose Items... . In the dialog that appears select the tab referring to the type of control (in this case it looks like WPF). Scroll through the list to find the controls you want to add, tick them and click OK. The controls should now be available in the Toolbox.

Where did my toolbox go in Visual Studio?

If the Toolbox no longer appears as collapsed along the left side of the Visual Studio IDE, you can add it back by choosing Window > Reset Window Layout from the menu bar.

How do I enable controls in active designer?

To add the controlsRight-click the Visual Studio toolbox tab where you want to add ActiveReports controls and select Choose Items. In the Choose Toolbox Items window that appears, on the . NET Framework Components tab, in the Filter textbox, enter GrapeCity. ActiveReports.


2 Answers

The References under Solution Explorer only refers to what you can use in code. Toolbox items have to be added separately. To do this, right-click inside the Toolbox and select Choose Items.... In the dialog that appears select the tab referring to the type of control (in this case it looks like WPF). Scroll through the list to find the controls you want to add, tick them and click OK. The controls should now be available in the Toolbox. You can add extra tabs/sections to the Toolbox with the Add Tab right-click option.

That's a good question - I needed to search for a solution when I first tried to add new controls to the Toolbox!

Hope this helps! :)

like image 109
BWHazel Avatar answered Sep 20 '22 06:09

BWHazel


I suggest you to use devexpress.. Install devexpress first.. After installing , restart you visual studio,, open a windows form application and Try devexpress..

Add " New Tab" in your tool box. Right Click Tab and "Choose Items" You can select dll files there. selec all related files and click ok when you are done, just drag and drop chart control on you application, the reference will automatically updated.

like image 21
Sagar Dev Timilsina Avatar answered Sep 21 '22 06:09

Sagar Dev Timilsina