Arcadia.Gauge 1.0.0-beta.21

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

<p align="center"> <strong>Arcadia.Gauge</strong><br> <em>Free, standalone Blazor gauge components — radial, semi-circular, and linear. Pure SVG, zero JavaScript.</em> </p>

Why Arcadia Gauge?

  • Free forever — MIT licensed, no watermark, no Pro lock
  • Zero dependencies — doesn't require Arcadia.Core or any other package
  • Tiny — under 15KB total (DLL + CSS)
  • Pure SVG — renders on the server, no JS hydration
  • Accessible — WCAG 2.1 AA, screen reader support

Features

Feature Status
Circular gauge (full 360°) Yes
Semi-circular gauge (180°) Yes
Custom start/end angles Yes
Needle pointer Yes
Tick marks (major + minor) Yes
Tick labels Yes
Color thresholds Yes
Gradient arcs Yes
Multiple colored ranges Yes
Animated transitions Yes
Center template Yes
Rounded arc caps Yes
Responsive sizing Yes

Quick Start

dotnet add package Arcadia.Gauge
<link href="_content/Arcadia.Gauge/css/arcadia-gauge.css" rel="stylesheet" />
@using Arcadia.Gauge.Components

<ArcadiaRadialGauge Value="73" Label="CPU Usage" />

<ArcadiaRadialGauge Value="850" Min="300" Max="900" Label="Score"
                    FullCircle="true" ShowNeedle="true"
                    ShowTicks="true" ShowTickLabels="true" />

Part of Arcadia Controls

Arcadia.Gauge is a standalone free package. For charts, DataGrid, forms, and more, check out Arcadia Controls.

Documentation · Live Demo · GitHub

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  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 is compatible.  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
1.0.0-beta.21 64 4/4/2026
1.0.0-beta.19 55 3/30/2026
1.0.0-beta.18 57 3/30/2026
1.0.0-beta.17 53 3/29/2026

Free standalone gauge package — no Arcadia.Core or Arcadia.Charts dependency needed. MIT licensed forever.

Features: needle pointer, tick marks with labels, gradient arcs, multiple colored ranges, animated transitions, start/end angle control, center template, responsive sizing.