An open API service indexing awesome lists of open source software.

https://github.com/oxyplot/oxyplot-maui

OxyPlot for Maui
https://github.com/oxyplot/oxyplot-maui

Last synced: 23 days ago
JSON representation

OxyPlot for Maui

Awesome Lists containing this project

README

          

[OxyPlot](https://github.com/oxyplot/oxyplot) is a cross-platform plotting library for .NET.

This repository contains the Maui implementation with SkiaSharp, based on [OxyPlot.SkiaSharp.Wpf](https://github.com/oxyplot/oxyplot/tree/develop/Source/OxyPlot.SkiaSharp.Wpf).

![License](https://img.shields.io/badge/license-MIT-red.svg)

#### Features
- Pan (single-finger, two-finger or by dragging the axis)
- Zoom
- Show tracker
- Unicode support

#### Examples

You can find examples in the [ExampleLibrary](https://github.com/oxyplot/oxyplot/tree/develop/Source/Examples/ExampleLibrary).

![Plot](ScreenShots/normal-distributions.png)