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
<PackageReference Include="Aprillz.MewUI.MewCharts" Version="0.19.1" />
<PackageVersion Include="Aprillz.MewUI.MewCharts" Version="0.19.1" />
<PackageReference Include="Aprillz.MewUI.MewCharts" />
paket add Aprillz.MewUI.MewCharts --version 0.19.1
#r "nuget: Aprillz.MewUI.MewCharts, 0.19.1"
#:package Aprillz.MewUI.MewCharts@0.19.1
#addin nuget:?package=Aprillz.MewUI.MewCharts&version=0.19.1
#tool nuget:?package=Aprillz.MewUI.MewCharts&version=0.19.1
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.
| Product | Versions 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. |
-
net10.0
- Aprillz.MewUI.Core (>= 0.19.1)
-
net8.0
- Aprillz.MewUI.Core (>= 0.19.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.