Vinod
Vinod

Reputation: 15

How do I add the graph control in the Visual Studio toolbox

I have been developing Generic setup planning application in visual studio 2012. I need to use graph control in my application. Can some one suggest me some effective solution for the same. Is there any way to add graph control in visual studio 2012 toolbox ?

Upvotes: 1

Views: 2895

Answers (2)

xavSIB
xavSIB

Reputation: 211

hello this functionality is only available in Visual Studio Ultimate.

Upvotes: 0

Sajeetharan
Sajeetharan

Reputation: 222582

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

Upvotes: 1

Related Questions