System.Windows.Forms.DataVisualization provides basic charting for WinForms applications.
Перейти к файлу
Alex Perovich 022f396f05
Update public pool names (#47)
2022-08-31 22:15:50 -07:00
eng Update public pool names (#47) 2022-08-31 22:15:50 -07:00
pkg Initial commit of Data Visualization 2019-04-12 14:50:45 -07:00
sample Initial commit of Data Visualization 2019-04-12 14:50:45 -07:00
src/System.Windows.Forms.DataVisualization Use Size from System.Drawing instead of WindowsBase (#26) 2020-02-11 10:31:50 +11:00
.editorconfig Initial commit of Data Visualization 2019-04-12 14:50:45 -07:00
.gitignore Initial commit of Data Visualization 2019-04-12 14:50:45 -07:00
CODE-OF-CONDUCT.md Link Code of Conduct (#28) 2020-04-03 10:01:37 +11:00
CODEOWNERS Initial commit of Data Visualization 2019-04-12 14:50:45 -07:00
DataViz.sln Initial commit of Data Visualization 2019-04-12 14:50:45 -07:00
Directory.Build.props Initial commit of Data Visualization 2019-04-12 14:50:45 -07:00
Directory.Build.targets Initial commit of Data Visualization 2019-04-12 14:50:45 -07:00
LICENSE.TXT Initial commit of Data Visualization 2019-04-12 14:50:45 -07:00
NuGet.config Removing the non AzDo feeds as they are not allowed anymore. (#46) 2022-08-12 21:53:05 -07:00
README.md Update README.md 2021-04-20 21:22:00 +10:00
SECURITY.md Add SECURITY.md 2020-02-26 01:48:47 +00:00
THIRD-PARTY-NOTICES.TXT Initial commit of Data Visualization 2019-04-12 14:50:45 -07:00
azure-pipelines.yml Migrate to 1ES hosted pools (#45) 2021-12-16 13:56:45 -08:00
build.cmd Initial commit of Data Visualization 2019-04-12 14:50:45 -07:00
global.json Initial commit of Data Visualization 2019-04-12 14:50:45 -07:00
sample-screenshot.png Add sample reference 2019-05-10 14:44:01 -07:00

README.md

⚠️ This repo is read-only ⚠️

We consider the System.Windows.Forms.DataVisualization deprecated and we only provide it to ease porting to .NET Core 3. We're not going to innovate in this component and subsequently will not accept any issues and/or PRs. You're welcome to fork the source, and update it as you see fit.

Data Visualization

This repository contains partial source code of the System.Windows.Forms.DataVisualization namespace that provides charting for WinForms. We ported and open sourced those components to enable charting features for WinForms applications that are developed on .NET Core 3.

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

There is also a .NET Framework version of this sample available on Microsoft samples portal.

Pre-release version of this package is available from NuGet Gallery