/Xamarin.Forms.RadialGauge

A simple radial gauge NuGet for Xamarin.Forms based on @KPS250's gauge

Primary LanguageC#BSD 2-Clause "Simplified" LicenseBSD-2-Clause

Xamarin-Forms-RadialGauge

Radial Gauge Indicator in Xamarin Forms based on ItamarD.Xamarin.Forms.RadialProgress's component, NuGet package.

Banner

KPS'S Presentation Link KPS'S Original Repo

Installation

Just add the NuGet package and you're good to go!

dotnet add package RTDev.Xamarin.Forms.RadialProgress

Usage

This is a Xamarin.Forms component, and is compatible with both iOS and Android.

XAML Add the namespace

 xmlns:radialProgress="clr-namespace:RadialProgress;assembly=RadialProgressGauge"

then you can use the radialProgress:gauge component!