LiveChartsCore.SkiaSharpView.Avalonia 2.0.0

dotnet add package LiveChartsCore.SkiaSharpView.Avalonia --version 2.0.0
                    
NuGet\Install-Package LiveChartsCore.SkiaSharpView.Avalonia -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.Avalonia" 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.Avalonia" Version="2.0.0" />
                    
Directory.Packages.props
<PackageReference Include="LiveChartsCore.SkiaSharpView.Avalonia" />
                    
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.Avalonia --version 2.0.0
                    
#r "nuget: LiveChartsCore.SkiaSharpView.Avalonia, 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.Avalonia@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.Avalonia&version=2.0.0
                    
Install as a Cake Addin
#tool nuget:?package=LiveChartsCore.SkiaSharpView.Avalonia&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 is compatible.  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.  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 was computed.  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 (8)

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

Package Downloads
OneWare.Essentials

Essentials Needed for One Ware Plugin Development

SideScroll.Avalonia.Charts.LiveCharts

SideScroll is a cross platform Avalonia UI framework designed for quickly navigating through a tree of tabs. Every tab that shows will automatically select the next most likely tabs, and the next, until you need to start scrolling. Navigate 20 or even 50 tabs deep, and create links to save or share with others.

Pretty.Avalonia

https://gitee.com/techgr-studio

PrivStack.UI.Adaptive

Adaptive UI components for PrivStack plugins. Provides themed controls, editor integration, and layout primitives built on Avalonia.

SideScroll.UI.Avalonia.Charts.LiveCharts

SideScroll is a cross platform Avalonia UI framework designed for quickly navigating through a tree of tabs. Every tab that shows will automatically select the next most likely tabs, and the next, until you need to start scrolling. Navigate 20 or even 50 tabs deep, and create links to save or share with others.

GitHub repositories (17)

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

Repository Stars
BeyondDimension/SteamTools
🛠「Watt Toolkit」是一个开源跨平台的多功能 Steam 工具箱。
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.
sourcegit-scm/sourcegit
Windows/macOS/Linux GUI client for GIT users
kikipoulet/SukiUI
UI Theme for AvaloniaUI
Nexus-Mods/NexusMods.App
Home of the development of the Nexus Mods App
sn4k3/NetSonar
Network pings and other utilities
angelsix/youtube
Any general files related to the AngelSix YouTube channel
carina-studio/ULogViewer
Cross-Platform Universal Log Viewer.
AvaloniaUI/Avalonia.Markup.Declarative
Provides helpers for declarative ui in C#
PXDiv/Div-Acer-Manager-Max
Div Acer Manager Max is a Linux GUI for Acer laptops using Linuwu Sense drivers. It replicates NitroSense functionality with fan control, performance modes, battery limiter, and more. Built with Avalonia, it offers a clean, easy-to-use interface for managing system performance and cooling.
accntech/shad-ui
Avalonia-based UI Library inspired by shadcn and Suki UI Library
IvanJosipovic/KubeUI
Kubernetes User Interface
namigop/FintX
Native, cross-platform gRPC test bench
Titlehhhh/Minecraft-Holy-Client
A high-performance platform for running Minecraft stress-test bots written in C#.
POW-Software/ByteSync
ByteSync is a free and open-source tool for file synchronization, backup, and deduplication. It works locally or remotely, with no VPNs or firewall configuration required. Transfers only file differences, compresses data, encrypts end-to-end, and gives you full control over what and when to sync. Runs on Windows, Linux, and macOS.
MammaMiaDev/avaloniaui-the-series
Codebase for the Avalonia series on YouTube.
theantipopau/omencore
OmenCore is an Advanced Performance Control for HP Omen Laptops Take full control of your gaming laptop with precision fan tuning, RGB management, hardware monitoring, and performance optimization.
Version Downloads Last Updated
2.0.0 359 3/29/2026
2.0.0-rc6.1 59,956 9/13/2025
2.0.0-rc6 751 9/12/2025
2.0.0-rc5.4 64,134 2/17/2025
2.0.0-rc5.3 1,007 2/17/2025
2.0.0-rc5.1 8,408 1/16/2025
2.0.0-rc5 1,467 1/14/2025
2.0.0-rc4.5 22,816 10/25/2024
2.0.0-rc4 960 10/24/2024
2.0.0-rc3.3 51,932 9/17/2024
2.0.0-rc3.2 158 9/17/2024
2.0.0-rc3 487 9/17/2024
2.0.0-rc2 115,985 11/11/2023
2.0.0-rc1.2 2,892 9/25/2023
2.0.0-rc1.1 2,242 9/25/2023
2.0.0-rc1 2,269 9/15/2023
2.0.0-dev-227 80 3/29/2026
2.0.0-beta.950 841 9/2/2023
2.0.0-beta.920 570 8/18/2023
2.0.0-beta.911 2,524 8/2/2023
Loading failed