Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 932 Bytes

NuGetReadme.md

File metadata and controls

20 lines (15 loc) · 932 Bytes

WinForms Data Visualization

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

What is done.

  • .NET 6+ support.
  • Full support of new WinForms designer.
  • Lots of performance improvements.
  • New 3D mode for emulating Z axis.
  • Per-Monitor DPI awareness (PerMonitorV2) support.
  • New API elements.
  • This Nuget package.
  • Bugs fixes and other improvements.

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.

More info.