LiveChartsCore.SkiaSharpView 2.0.0

dotnet add package LiveChartsCore.SkiaSharpView --version 2.0.0
                    
NuGet\Install-Package LiveChartsCore.SkiaSharpView -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" 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" Version="2.0.0" />
                    
Directory.Packages.props
<PackageReference Include="LiveChartsCore.SkiaSharpView" />
                    
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 --version 2.0.0
                    
#r "nuget: LiveChartsCore.SkiaSharpView, 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@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&version=2.0.0
                    
Install as a Cake Addin
#tool nuget:?package=LiveChartsCore.SkiaSharpView&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 net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net8.0-windows7.0 is compatible.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (13)

Showing the top 5 NuGet packages that depend on LiveChartsCore.SkiaSharpView:

Package Downloads
LiveChartsCore.SkiaSharpView.WPF

Simple, stunning, interactive and powerful data visualization for .Net. This package includes all the required code and dependencies for rendering charts in WPF with SkiaSharp.

LiveChartsCore.SkiaSharpView.Avalonia

Simple, stunning, interactive and powerful data visualization for .Net. This package includes all the required code and dependencies for rendering charts in AvaloniaUI with SkiaSharp.

LiveChartsCore.SkiaSharpView.Maui

Simple, stunning, interactive and powerful data visualization for .Net. This package includes all the required code and dependencies for rendering charts in MAUI with SkiaSharp.

LiveChartsCore.SkiaSharpView.Uno.WinUI

Simple, stunning, interactive and powerful data visualization for .Net. This package includes all the required code and dependencies for rendering charts in Uno Platform with SkiaSharp.

LiveChartsCore.SkiaSharpView.WinForms

Simple, stunning, interactive and powerful data visualization for .Net. This package includes all the required code and dependencies for rendering charts in Windows Forms with SkiaSharp.

GitHub repositories (5)

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

Repository Stars
JustAman62/undercut-f1
F1 Live Timing TUI for all F1 sessions with variable delay to sync to your TV. Supports replaying previously recorded sessions.
NickvisionApps/Denaro
Manage your personal finances
lolo77777/OpenCVVision
使用OpenCvSharp创建常用功能集合
ecoAPM/LoadTestToolbox
Lightweight tools for load testing web applications, written in C#
HeHang0/PunchPal
An efficient work hour management tool | 高效的工时管理工具
Version Downloads Last Updated
2.0.0 708 3/29/2026
2.0.0-rc6.1 133,205 9/13/2025
2.0.0-rc6 3,337 9/12/2025
2.0.0-rc5.4 265,261 2/17/2025
2.0.0-rc5.3 16,913 2/17/2025
2.0.0-rc5.1 45,727 1/16/2025
2.0.0-rc5 10,431 1/14/2025
2.0.0-rc4.5 105,354 10/25/2024
2.0.0-rc4 14,677 10/24/2024
2.0.0-rc3.3 138,210 9/17/2024
2.0.0-rc3.2 431 9/17/2024
2.0.0-rc3 4,601 9/17/2024
2.0.0-rc2 433,635 11/11/2023
2.0.0-rc1.2 56,596 9/25/2023
2.0.0-dev-227 115 3/29/2026
2.0.0-beta.950 18,432 9/2/2023
2.0.0-beta.920 9,954 8/18/2023
2.0.0-beta.911 19,882 8/2/2023
Loading failed