Replies: 8 comments 15 replies
-
I think you may be referring to the chart control, which has been deprecated in .NET Core. The source code has been made open source and you're welcome to fork it and make use of it in your project. |
Beta Was this translation helpful? Give feedback.
-
Yea @RussKie pointed you in the right direction. BUT you still can't use chart designer :( Moreover, you will no longer be able to open a form (with a chart on it) in the designer. Details. |
Beta Was this translation helpful? Give feedback.
-
Why are chart controls not implemented in .NET 6.0? Will there be a replacement chart control added to the UI designer in .NET 6.0 (or any update)? |
Beta Was this translation helpful? Give feedback.
-
how "Charts" could be deprecated? p.s. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
They have emoved multiple controls which were very usable. This one is one of them... |
Beta Was this translation helpful? Give feedback.
-
Guys, your can try my fork: https://github.com/kirsan31/winforms-datavisualization/tree/dev
|
Beta Was this translation helpful? Give feedback.
-
это всё тесты |
Beta Was this translation helpful? Give feedback.
-
Hi
In .NET 4.8 I used the chart UI widget in winforms UI designer to make different kind of charts (pie chart, bar chart, ...).
Now I try to port my .net 4.8 code to .net 6.0 but I can't find the chart widget anymore. It's just not in the list...
I use visual studio community 17.0
Thanks
Beta Was this translation helpful? Give feedback.
All reactions