Aprillz.MewUI.MewCharts 0.19.1

dotnet add package Aprillz.MewUI.MewCharts --version 0.19.1
                    
NuGet\Install-Package Aprillz.MewUI.MewCharts -Version 0.19.1
                    
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="Aprillz.MewUI.MewCharts" Version="0.19.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Aprillz.MewUI.MewCharts" Version="0.19.1" />
                    
Directory.Packages.props
<PackageReference Include="Aprillz.MewUI.MewCharts" />
                    
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 Aprillz.MewUI.MewCharts --version 0.19.1
                    
#r "nuget: Aprillz.MewUI.MewCharts, 0.19.1"
                    
#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 Aprillz.MewUI.MewCharts@0.19.1
                    
#: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=Aprillz.MewUI.MewCharts&version=0.19.1
                    
Install as a Cake Addin
#tool nuget:?package=Aprillz.MewUI.MewCharts&version=0.19.1
                    
Install as a Cake Tool

Aprillz.MewUI.MewCharts

Charting for MewUI, powered by the LiveChartsCore engine compiled into a pure MewUI IGraphicsContext backend. No SkiaSharp dependency - it renders on every MewUI backend (Direct2D, GDI, MewVG/OpenGL) across Win32, macOS, and X11.

using Aprillz.MewUI.MewCharts.Views; // chart controls + series

var chart = new CartesianChart
{
    Series =
    [
        new LineSeries<double>(2, 1, 3, 5, 3, 4, 6),
        new LineSeries<double>(4, 2, 5, 2, 4, 5, 3),
    ],
};
// chart is a MewUI FrameworkElement: put it in any layout.

Controls

Control For
CartesianChart Line, Area, Column/Bar, Stacked, StepLine, Scatter, Financial, Heat, Box, Error
PieChart Pie, Doughnut, Nightingale, Gauges
PolarChart Polar line/area, radial

Series live in Aprillz.MewUI.MewCharts.Views; axes/paints come from LiveChartsCore, so the LiveCharts2 docs apply as-is. View properties are bindable MewProperty fields.

Bundles LiveChartsCore (MIT, v2.0.4); see THIRD_PARTY_NOTICES.md. GeoMap is not ported.

Repo: https://github.com/aprillz/MewUI

Product Compatible and additional computed target framework versions.
.NET 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 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.19.1 93 7/11/2026
0.19.0 89 7/11/2026
0.18.1 110 6/27/2026
0.18.0 106 6/27/2026
0.17.1 317 6/18/2026
0.17.0 111 6/18/2026