FastReports / winforms-datavisualization

System.Windows.Forms.DataVisualization provides basic charting for WinForms applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warning

As a part of our intergration process, we have moved contents of this repository to internal FastReport.Net repository. New versions of the NuGet package will still be deployed to nuget.org.

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.

This repo is read-only. We consider the System.Windows.Forms.DataVisualization deprecated and we only provide it to ease porting to .NET Core. We're not going to innovate in this component and subsequently will not accept any PRs

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.

About

System.Windows.Forms.DataVisualization provides basic charting for WinForms applications.

License:MIT License


Languages

Language:C# 100.0%Language:Batchfile 0.0%