LiveChartsCore.SkiaSharpView.WinForms 2.0.0

dotnet add package LiveChartsCore.SkiaSharpView.WinForms --version 2.0.0
                    
NuGet\Install-Package LiveChartsCore.SkiaSharpView.WinForms -Version 2.0.0
                    
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="LiveChartsCore.SkiaSharpView.WinForms" Version="2.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="LiveChartsCore.SkiaSharpView.WinForms" Version="2.0.0" />
                    
Directory.Packages.props
<PackageReference Include="LiveChartsCore.SkiaSharpView.WinForms" />
                    
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 LiveChartsCore.SkiaSharpView.WinForms --version 2.0.0
                    
#r "nuget: LiveChartsCore.SkiaSharpView.WinForms, 2.0.0"
                    
#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 LiveChartsCore.SkiaSharpView.WinForms@2.0.0
                    
#: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=LiveChartsCore.SkiaSharpView.WinForms&version=2.0.0
                    
Install as a Cake Addin
#tool nuget:?package=LiveChartsCore.SkiaSharpView.WinForms&version=2.0.0
                    
Install as a Cake Tool

LiveCharts2

CodeFactor Unit tests SkiaSharp Views

Watch Blazor WASM demo (only designed for desktop devices for now)

LiveCharts2 (v2) is the evolution of LiveCharts (v0). It fixes the main design issues of its predecessor, is focused on running everywhere, and improves flexibility without losing what we already had in v0.

Extremely flexible data visualization library

The following image is a preview, v2.0 is beta now.

Here is a preview (1.4MB gif, wait for it to load if you see a blank space below this text...):

lv2

Get started

LiveCharts is a cross-platform charting library for .NET. To get started, go to https://livecharts.dev and take a look at the installation guide for your target platform. The website contains all the samples provided in this repo, documentation, and more.

LiveCharts supports:

  • Maui
  • Uno Platform
  • Wpf
  • WinUI
  • Xamarin.Forms
  • WindowsForms
  • BlazorWasm
  • Avalonia
  • Eto Forms
  • Uwp

You can also use LiveCharts 2 in a console app or on the server side by installing only the core packages. Take a look at this guide.

The Errors of v0

V0 is built on top of WPF, which has many limitations. WPF is not designed for the purposes of the library, and it is always tricky to find solutions for the library's problems.

How Flexible is v2?

When we were on v0 and tried to bring the library to UWP, we noticed it required a huge effort with the architecture the library had in v0. V2 is designed to work on multiple platforms and requires minimal effort to bring the library to a new platform.

Then LiveCharts2 requires SkiaSharp?

Not necessarily. The Skia API makes it much easier to take the library everywhere, but that does not mean that LiveCharts2 requires it to work. We could easily move to any other drawing engine.

Product Compatible and additional computed target framework versions.
.NET net8.0-windows7.0 is compatible.  net8.0-windows10.0.19041 is compatible.  net9.0-windows was computed.  net10.0-windows was computed. 
.NET Framework net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on LiveChartsCore.SkiaSharpView.WinForms:

Repository Stars
Live-Charts/LiveCharts2
Simple, flexible, interactive & powerful charts, maps and gauges for .Net, LiveCharts2 can now practically run everywhere Maui, Uno Platform, Blazor-wasm, WPF, WinForms, Xamarin, Avalonia, WinUI, UWP.
trimble-oss/dba-dash
DBA Dash - SQL Server Monitoring Tool
Version Downloads Last Updated
2.0.0 93 3/29/2026
2.0.0-rc6.1 5,928 9/13/2025
2.0.0-rc6 490 9/12/2025
2.0.0-rc5.4 9,935 2/17/2025
2.0.0-rc5.3 196 2/17/2025
2.0.0-rc5.1 2,146 1/16/2025
2.0.0-rc5 327 1/14/2025
2.0.0-rc4.5 10,144 10/25/2024
2.0.0-rc4 528 10/24/2024
2.0.0-rc3.3 3,043 9/17/2024
2.0.0-rc3.2 119 9/17/2024
2.0.0-rc3 274 9/17/2024
2.0.0-rc2 14,215 11/11/2023
2.0.0-rc1.2 1,116 9/25/2023
2.0.0-rc1.1 163 9/25/2023
2.0.0-rc1 522 9/15/2023
2.0.0-dev-227 40 3/29/2026
2.0.0-beta.950 509 9/2/2023
2.0.0-beta.920 492 8/18/2023
2.0.0-beta.911 367 8/2/2023
Loading failed