Skip to content

System.Windows.Forms.DataVisualization provides charting for WinForms applications.

License

Notifications You must be signed in to change notification settings

kirsan31/winforms-datavisualization

 
 

Repository files navigation

WinForms Data Visualization

Nuget Nuget (with prereleases)

This repository is a .NET continuation of .NET Framework System.Windows.Forms.DataVisualization that provides charting for WinForms.

What is done

Main differences from available free .NET WinForms chart controls

  • Lots of customization options with wide designer support.
  • Using of GDI+ graphics. This is the killer feature when using charts over RDP.

Getting started with Chart Controls

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.

Chart Controls

Build instructions

To build without errors you need the latest version of nuget.exe and it must be present in your PATH variable. It's needed to restore nuget from local storage in the DesignerTest project after the package is built.

About

System.Windows.Forms.DataVisualization provides charting for WinForms applications.

Resources

License

Security policy

Stars

Watchers

Forks

Languages

  • C# 100.0%