This repository is a .NET continuation of .NET Framework System.Windows.Forms.DataVisualization that provides charting for WinForms.
- .NET 6+ support.
- Lots of performance improvements.
- New WinForms designer support (not complete yet).
- Serialization / deserialization - all existing forms will work and you can drag chart control from toolbox on new forms.
- Editors porting status information is here.
- Small bugs fixes.
- Nuget package.
- Full designer parity with .net framework version.
The best way to learn about Chart Controls is by looking at the sample solution where via interactive experience with the app you can learn about every chart type and every major feature. While modifying the control parameters and instantly seeing how that affects the look of the control, you can also get the generated C# or Visual Basic code to use in your apps.
