|
-
May 5th, 2024, 01:12 PM
#1
Thread Starter
New Member
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
-
May 5th, 2024, 01:34 PM
#2
New Member
Re: How to add chart control to form
project > manage nuget packages
search for winforms.datavisualization , install it , restart the vs and check toolbox.
-
May 5th, 2024, 03:24 PM
#3
Thread Starter
New Member
Re: How to add chart control to form
Excellent! Thanks so much. Wish I would have asked sooner.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|