WinForms.DataVisualization 1.5.0-pr

This is a prerelease version of WinForms.DataVisualization.
There is a newer version of this package available.
See the version list below for details.
dotnet add package WinForms.DataVisualization --version 1.5.0-pr
NuGet\Install-Package WinForms.DataVisualization -Version 1.5.0-pr
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="WinForms.DataVisualization" Version="1.5.0-pr" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WinForms.DataVisualization --version 1.5.0-pr
#r "nuget: WinForms.DataVisualization, 1.5.0-pr"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install WinForms.DataVisualization as a Cake Addin
#addin nuget:?package=WinForms.DataVisualization&version=1.5.0-pr&prerelease

// Install WinForms.DataVisualization as a Cake Tool
#tool nuget:?package=WinForms.DataVisualization&version=1.5.0-pr&prerelease

WinForms Data Visualization

This package is based on https://github.com/dotnet/winforms-datavisualization that contains source code of the System.Windows.Forms.DataVisualization namespace that provides charting for WinForms.

What is done.

  • .Net6+ support.
  • Lots of performance improvements.
  • Partial new WinForms designer support.
    • Serialization / deserialization - all existing forms will work and you can drag chart control from toolbox on new forms.
    • Editors porting status and more info are here.
  • Small bugs fixes.
  • Nuget package.

To Do.

  • Adapt custom editors as match as possible.
  • Probably full designer parity with .net framework version 🤔
Product Compatible and additional computed target framework versions.
.NET net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net7.0-windows7.0 is compatible.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net6.0-windows7.0

    • No dependencies.
  • net7.0-windows7.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on WinForms.DataVisualization:

Package Downloads
MSChartExtension.NET

MSChart Extension for .NET Core. Build with WinForms.DataVisualization by Kirsan

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on WinForms.DataVisualization:

Repository Stars
seerge/g-helper
Lightweight Armoury Crate alternative for Asus laptops and ROG Ally. Control tool for ROG Zephyrus G14, G15, G16, M16, Flow X13, Flow X16, TUF, Strix, Scar and other models
Version Downloads Last updated
1.9.2 7,697 2/11/2024
1.9.1 10,177 10/29/2023
1.9.0 2,083 10/15/2023
1.9.0-pr 326 9/9/2023
1.8.0 27,462 3/18/2023
1.8.0-pr 308 2/14/2023
1.7.0 5,048 1/10/2023
1.7.0-pr 228 12/30/2022
1.6.0-pr 250 12/27/2022
1.5.0-pr 409 12/3/2022
1.4.0-pr1 300 11/25/2022

Lots of designer improvements:
Many editors are partially ported.
AxesArrayEditor, ColorPaletteEditor, FlagsEnumUITypeEditor are fully ported.
Control ToolBox icon restored.