WinForms.DataVisualization
1.4.0-pr1
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
<PackageReference Include="WinForms.DataVisualization" Version="1.4.0-pr1" />
paket add WinForms.DataVisualization --version 1.4.0-pr1
#r "nuget: WinForms.DataVisualization, 1.4.0-pr1"
// Install WinForms.DataVisualization as a Cake Addin #addin nuget:?package=WinForms.DataVisualization&version=1.4.0-pr1&prerelease // Install WinForms.DataVisualization as a Cake Tool #tool nuget:?package=WinForms.DataVisualization&version=1.4.0-pr1&prerelease
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.
Product | Versions 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. |
-
net6.0-windows7.0
- No dependencies.
-
net7.0-windows7.0
- No dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on WinForms.DataVisualization:
Package | Downloads |
---|---|
MSChartExtension.NET
MSChart Extension for .NET Core. Build with WinForms.DataVisualization by Kirsan |
|
STARS_BasicTools
Package Description |
GitHub repositories (2)
Showing the top 2 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
|
|
asieradzk/RL_Matrix
Deep Reinforcement Learning in C#
|
Version | Downloads | Last updated |
---|---|---|
1.10.0-pr2 | 232 | 10/17/2024 |
1.10.0-pr | 126 | 10/9/2024 |
1.9.2 | 30,388 | 2/11/2024 |
1.9.1 | 18,853 | 10/29/2023 |
1.9.0 | 2,562 | 10/15/2023 |
1.9.0-pr | 363 | 9/9/2023 |
1.8.0 | 33,954 | 3/18/2023 |
1.8.0-pr | 336 | 2/14/2023 |
1.7.0 | 5,806 | 1/10/2023 |
1.7.0-pr | 257 | 12/30/2022 |
1.6.0-pr | 274 | 12/27/2022 |
1.5.0-pr | 441 | 12/3/2022 |
1.4.0-pr1 | 927 | 11/25/2022 |
First Nuget package release.