Hi,
I'm developing a system in visual studio 2022, the project was created as Windows Forms App with framework 6.0 in c# (not Windows Forms App . NET Framework), currently I need to add a chart item, but, this item does not appear in the toolbox, I have tried to add the chart item doing right click in the toolbox --> selecting "choose Items" --> searching "chart" in the list and selecting it --> finally click on the "OK" button.
surfing on internet, I found that the framework 6.0 is not compatible with chart, so now, I wonder what I can do to make a plot in my project?
I really appreciate it if someone can help me