Strypper / mauisland

MAUIsland 🏝️ is the number 1 controls gallery for .NET MAUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸš€ Add live chart 2

Strypper opened this issue Β· comments

Description

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.

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

Live charts is a cross-platform charting library .Net, to get started go to https://lvcharts.com and take a look at the installation guide of your target platform,
the website contains all the samples provided in this repo, docs, and more.

LiveCharts supports:

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

Public API Changes

xmlns:lvc="clr-namespace:LiveChartsCore.SkiaSharpView.Maui;assembly=LiveChartsCore.SkiaSharpView.Maui"

<lvc:CartesianChart
            Series="{Binding Series}"
            XAxes="{Binding XAxes}"
            ZoomMode="X">
</lvc:CartesianChart>

Intended Use-Case

Use for analysis.