How to add chart control to form
In VB.NET, VS2022.
Hi. I've been googling and searching... but nothing works.
I want to add a chart to my Form. I would drag-and-drop a tool or add it programmatically.
But there's no Chart tool available in the ToolBox and any programmatic method is causing errors like "is not defined".
If I have to, I'll make/draw my own chart but would like to avoid that.
What am I doing wrong?
Thanks,
Cal
Re: How to add chart control to form
project > manage nuget packages
search for winforms.datavisualization , install it , restart the vs and check toolbox.
Re: How to add chart control to form
Excellent! Thanks so much. Wish I would have asked sooner.