Reputation: 15
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
Reputation: 211
hello this functionality is only available in Visual Studio Ultimate.
Upvotes: 0
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