WinForms.DataVisualization 1.4.0-pr1

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.4.0-pr1
                    
NuGet\Install-Package WinForms.DataVisualization -Version 1.4.0-pr1
                    
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.4.0-pr1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="WinForms.DataVisualization" Version="1.4.0-pr1" />
                    
Directory.Packages.props
<PackageReference Include="WinForms.DataVisualization" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add WinForms.DataVisualization --version 1.4.0-pr1
                    
#r "nuget: WinForms.DataVisualization, 1.4.0-pr1"
                    
#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.
#:package WinForms.DataVisualization@1.4.0-pr1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=WinForms.DataVisualization&version=1.4.0-pr1&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=WinForms.DataVisualization&version=1.4.0-pr1&prerelease
                    
Install as a Cake Tool

Data Visualization

This repository is a fork of 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. Serialisation/Desirialisation, and most of the editors are somehow working. More info.
  • Small bugs fixes.

To Do.

  • Properly designer support.
    Probably full parity with net freimwork version 🤔 But I'm afraid that for this we need to wait for the release of the designer and the publication of full documentation for the new SDK.
  • NuGet package.

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

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.  net9.0-windows was computed.  net10.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 (6)

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

Package Downloads
MSChartExtension.NET

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

Balsam.Charting

Backtester charting and data visualization.

Balsam.Reporting

Balsam Backtester reporting library for Windows.

STARS_BasicTools

Package Description

StarsBasicToolsGUI

Package Description

GitHub repositories (3)

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

Repository Stars
seerge/g-helper
Lightweight, open-source control tool for ASUS laptops and ROG Ally. Manage performance modes, fans, GPU, battery, and RGB lighting across Zephyrus, Flow, TUF, Strix, Scar, and other models.
AlexWan/OsEngine
Open Source algo trading platform
asieradzk/RL_Matrix
Deep Reinforcement Learning in C#
Version Downloads Last Updated
1.10.0 128,938 1/11/2025
1.10.0-pr2 843 10/17/2024
1.10.0-pr 236 10/9/2024
1.9.2 73,137 2/11/2024
1.9.1 53,041 10/29/2023
1.9.0 3,150 10/15/2023
1.9.0-pr 462 9/9/2023
1.8.0 41,306 3/18/2023
1.8.0-pr 470 2/14/2023
1.7.0 7,490 1/10/2023
1.7.0-pr 381 12/30/2022
1.6.0-pr 418 12/27/2022
1.5.0-pr 581 12/3/2022
1.4.0-pr1 3,677 11/25/2022

First Nuget package release.