Syncfusion.Blazor.CircularGauge 33.1.47

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

Syncfusion® Blazor Circular Gauge

The Syncfusion® Blazor Circular Gauge Component visualizes numeric values on circular scales with fully customizable axes, pointers, and ranges. Perfect for speedometers, meter gauges, analog clocks, and any gauge-based visualization.

Key Features

  • Multiple Axes & Ranges – Support for multiple axes and configurable ranges
  • Customizable Pointers – Different pointer styles and animations
  • Rounded Corners & Labels – Styled ticks, labels, and corners
  • Template Support – Rich template and child content support
  • Theme Support – Bootstrap, Material, Fabric, and custom themes
  • Responsive Design – Adapts seamlessly to all screen sizes
  • Real-Time Updates – Support for dynamic value changes

Supported platforms & System requirements

  • .NET 8.0 or later (Blazor Server, Blazor Web App, Blazor WebAssembly, Blazor Hybrid)
  • See full requirements: System Requirements

Blazor Circular Gauge

Installation

.NET CLI

dotnet add package Syncfusion.Blazor.CircularGauge

NuGet Package Manager

Install-Package Syncfusion.Blazor.CircularGauge

Add stylesheet and script references

  • For Blazor Server App / Blazor Web App, add these to Components/App.razor or App.razor.
  • For Blazor WebAssembly App, add these to wwwroot/index.html.
<link href="_content/Syncfusion.Blazor.Themes/bootstrap5.css" rel="stylesheet" />
<script src="_content/Syncfusion.Blazor.Core/scripts/syncfusion-blazor.min.js" type="text/javascript"></script>

Quick Start

  1. Register the Syncfusion® Blazor services in Program.cs:
using Syncfusion.Blazor;

builder.Services.AddSyncfusionBlazor();
  1. Add the Circular Gauge component in a Razor page:
<SfCircularGauge>
    <CircularGaugeAxes>
        <CircularGaugeAxis>
            <CircularGaugePointers>
                <CircularGaugePointer></CircularGaugePointer>
            </CircularGaugePointers>
        </CircularGaugeAxis>
    </CircularGaugeAxes>
</SfCircularGauge>

Documentation

Support

License

This is a commercial product and requires a paid license for possession or use. See the Syncfusion® EULA.

About Syncfusion®

Syncfusion® provides 1600+ UI components and frameworks for web, mobile, and desktop development across multiple platforms:

Web: Blazor | ASP.NET Core | ASP.NET MVC | JavaScript | Angular | React | Vue

Mobile: Flutter | MAUI | UWP

Desktop: WinForms | WPF | WinUI

Learn more at www.syncfusion.com.

sales@syncfusion.com | Toll Free: 1-888-9-DOTNET

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 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 (2)

Showing the top 2 NuGet packages that depend on Syncfusion.Blazor.CircularGauge:

Package Downloads
Jakar.Extensions.Blazor.Syncfusion

Extensions to aid in development.

Waikiki.Core.Frontend

Common components for building Blazor frontend applications.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
33.1.47 331 4/6/2026
33.1.46 269 3/30/2026
33.1.45 397 3/23/2026
33.1.44 838 3/16/2026
32.2.9 851 3/9/2026
32.2.8 592 3/2/2026
32.2.7 1,077 2/23/2026
32.2.5 441 2/16/2026
32.2.4 575 2/10/2026
32.2.3 1,027 2/5/2026
32.1.25 449 1/26/2026
32.1.24 1,403 1/19/2026
32.1.23 981 1/13/2026
32.1.22 936 1/5/2026
32.1.21 1,032 12/29/2025
32.1.20 646 12/23/2025
32.1.19 913 12/16/2025
31.2.18 1,236 12/8/2025
31.2.16 1,189 12/1/2025
31.2.15 1,135 11/25/2025
Loading failed