Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Live Charts | 5,417 | 318 | 13 | 6 months ago | 61 | June 20, 2017 | 545 | mit | C# | |
Simple, flexible, interactive & powerful charts, maps and gauges for .Net | ||||||||||
Livecharts2 | 3,332 | 11 | 3 days ago | 69 | August 02, 2023 | 66 | mit | C# | ||
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. | ||||||||||
Oxyplot | 2,966 | 4 days ago | 23 | September 13, 2022 | 567 | mit | C# | |||
A cross-platform plotting library for .NET | ||||||||||
Wpf Demos | 211 | 13 days ago | 2 | C# | ||||||
This repository contains the samples for Syncfusion WPF UI Controls and File Format libraries and the guide to use them. | ||||||||||
Scichart.wpf.examples | 139 | 8 days ago | 8 | mit | C# | |||||
Examples, tutorials, and sandbox for SciChart WPF: High Performance Realtime Charts | ||||||||||
Moalemyar | 49 | 5 years ago | mit | C# | ||||||
A personal project for class management, using various technologies like WPF, Entityframwork, CodeFirst, Sqlite, Migration and more | ||||||||||
Mvvmchart | 42 | 3 years ago | 6 | January 01, 1900 | C# | |||||
MvvMChart is an extremely lightweighted, MVVM support and highly customizable WPF/UWP chart control. | ||||||||||
Fancycandles | 40 | 2 years ago | 18 | July 28, 2021 | 4 | gpl-3.0 | C# | |||
An open source candlestick chart control for WPF. | ||||||||||
Gsserver | 32 | 14 days ago | gpl-3.0 | C# | ||||||
ASCOM Synta protocol driver for SkyWatcher and Orion telescope mounts | ||||||||||
Practical Wpf Charts Graphics | 25 | 7 years ago | other | C# | ||||||
Source code for 'Practical WPF Charts and Graphics' by Jack Xu |
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, it's focused to run everywhere, improves flexibility without losing what we already had in v0.
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 bellow this text...):
Live charts is a cross platforms charting library for .Net, to get started go to https://livecharts.dev and take a look at the instalation guide of your target platform, the web site contains all the samples provided in this repo, docs and more.
LiveCharts supports:
You can also use LiveCharts 2 on a console app or on the server side installing only the core packages, take a look at this guide.
V0 is built on top of WPF, this has many problems, WPF is not designed for the purposes of the library, it is always tricky to find a solution for the problems of the library.
When we were on v0 and tried to take 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, it requires minimal effort to take the library to a new platform.
Not necessarily, The SkiaAPI makes it much easier to take the library everywhere, but that does not means that LiveCharts2 requires it to work we could easily move to any other drawing engine.