v2.0.0-rc4
This release is a detailed review on every open issue in the library, the reliability of the library should be drastically improved.
Now the library is compatible with SkiaSharp 3, also the Maui, Uno and WinUI views use SkiaSharp 3 by default.
There are still some issues that need attention before the first GA version.
Breaking Changes
There are no breaking changes, but this release removes most of the code that was marked as [Obsolete] in previous versions, so before updating to this version, ensure that there is no an Obsolete warning in the compiler log, here is a list of the most common features in the library that were removed in older versions:
- When using Mappers, instead of using
point.PrimaryValue, now usepoint.Coordinate.PrimaryValue - The
AsLiveChartsPieSeries()extension changed toAsPieSeries() - On Maui, please update the
MauiProgram.csfile, change.UseSkiaSharp(true)to.UseSkiaSharp()
All the documentation on the website is updated, all obsoletes should be removed fro docs now, to get a full list please see the changes on #1625.
Highlights
- The library is now compatible with SkiaSharp 3
- Themes were updated in #1662, now they render legends, tooltips, titles and angular gauges properly.

- Toggling series visibility was buggy, especially when using observable collections, this is now fixed with #1656, and visuals are now disposed properly from the UI.
- Docs were simplified, now we abuse of collection expressions to reduce boilerplate code, the code style in the samples is now consistent across the site.
- We can now control the number of labels/separatos using the
Axis.LabelsDensityproperty
New samples
The library now has advanced customization samples like:
-
Using Svg paths as labels:
-
Change the rotation of each point based on the data.
fixed issues:
- #1331
- #1473
- #1344
- #1664
- #1337
- #1410
- #1335
- #1333
- #1162
- #876
- #1438
- #1555
- #1644
- #1505
- #1356
What's Changed
- update dev... by @beto-rodriguez in https://github.com/beto-rodriguez/LiveCharts2/pull/1605
- rc3.3 by @beto-rodriguez in https://github.com/beto-rodriguez/LiveCharts2/pull/1606
- Remove obsoletes by @beto-rodriguez in https://github.com/beto-rodriguez/LiveCharts2/pull/1625
- perf: MAUI MotionCanvas - only fetch density from MainDisplayInfo when changed by @Kay-STL in https://github.com/beto-rodriguez/LiveCharts2/pull/1626
- separate variable svg from static svg shapes by @beto-rodriguez in https://github.com/beto-rodriguez/LiveCharts2/pull/1631
- makes Series.Values property model-typed by @beto-rodriguez in https://github.com/beto-rodriguez/LiveCharts2/pull/1634
- Docs review by @beto-rodriguez in https://github.com/beto-rodriguez/LiveCharts2/pull/1630
- fixes #1609 by @beto-rodriguez in https://github.com/beto-rodriguez/LiveCharts2/pull/1638
- Bye strong named by @beto-rodriguez in https://github.com/beto-rodriguez/LiveCharts2/pull/1640
- Labels density by @beto-rodriguez in https://github.com/beto-rodriguez/LiveCharts2/pull/1643
- Axes fixes by @beto-rodriguez in https://github.com/beto-rodriguez/LiveCharts2/pull/1647
- add customPoints sample by @beto-rodriguez in https://github.com/beto-rodriguez/LiveCharts2/pull/1649
- Add example to build #995 by @beto-rodriguez in https://github.com/beto-rodriguez/LiveCharts2/pull/1650
- Fix 1162 by @beto-rodriguez in https://github.com/beto-rodriguez/LiveCharts2/pull/1652
- Update tests by @beto-rodriguez in https://github.com/beto-rodriguez/LiveCharts2/pull/1653
- Visibility rework by @beto-rodriguez in https://github.com/beto-rodriguez/LiveCharts2/pull/1656
- Memory tests by @beto-rodriguez in https://github.com/beto-rodriguez/LiveCharts2/pull/1658
- fixes an issue introduced in #1640 by @beto-rodriguez in https://github.com/beto-rodriguez/LiveCharts2/pull/1659
- Simplify miniatures by @beto-rodriguez in https://github.com/beto-rodriguez/LiveCharts2/pull/1660
- Update themes by @beto-rodriguez in https://github.com/beto-rodriguez/LiveCharts2/pull/1662
- Inverted axes by @beto-rodriguez in https://github.com/beto-rodriguez/LiveCharts2/pull/1664
- SkiaSharp 3 by @beto-rodriguez in https://github.com/beto-rodriguez/LiveCharts2/pull/1622
- Release candidate 4 by @beto-rodriguez in https://github.com/beto-rodriguez/LiveCharts2/pull/1667
New Contributors
- @Kay-STL made their first contribution in https://github.com/beto-rodriguez/LiveCharts2/pull/1626
Full Changelog: https://github.com/beto-rodriguez/LiveCharts2/compare/v2.0.0-rc3...v2.0.0-rc4