Syncfusion.Blazor.LinearGauge 33.2.7

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

Syncfusion® Blazor Linear Gauge Component

The Blazor Linear Gauge Component visualizes numeric values on a linear scale. It supports multiple axes, customizable ranges, pointers, labels, and annotations for creating thermometers, pressure gauges, rulers, and other measurement displays.

Key features

  • Multiple Axes Support - Add and customize multiple parallel axes within a single gauge to create advanced layouts such as thermometers, rulers, or dual‑scale indicators.
  • Customizable Ranges - Define multiple ranges with custom colors, gradients, widths, and positions to highlight specific value intervals or thresholds.
  • Versatile Pointer Types - Use bar pointers to represent progress or filled values, or marker pointers (circle, diamond, triangle, custom icons) to indicate exact data points. Pointer styling options include size, color, and animation effects.
  • Labels, Ticks & Annotations - Customize labels with prefixes, suffixes, font settings, and formatting. Configure major/minor ticks and add annotations (text, shapes, images) anywhere on the gauge for richer context.
  • Horizontal & Vertical Orientations - Render the gauge in vertical or horizontal layout, making it adaptable for dashboards, compact UI spaces, and responsive interfaces.
  • Container Customization - Choose from container styles such as rectangle, rounded rectangle, or thermometer, enabling highly tailored gauge visualizations.
  • Interactive Features - Enable pointer dragging for dynamic value updates and tooltips for enhanced data interaction in real‑time scenarios.
  • Themes & Styling - Supports built‑in themes such as Material, Bootstrap, Fluent, Tailwind, and Fabric, with full customization to match your application’s design system.
  • Export & Printing Options - Export the gauge as an image or PDF, or output base64 strings for embedding in documents, reports, or custom UI.
  • Globalization & Accessibility - Built‑in globalization for number formatting and full keyboard/screen‑reader accessibility compliance (WAI‑ARIA).
  • Blazor Server & WebAssembly Support - Fully compatible with both Blazor Server and Blazor WebAssembly hosting models.

Add stylesheet and script references

  • For Blazor Server App / Blazor Web App, add these to Components/App.razor or App.razor file.
  • For Blazor WebAssembly App, add these to wwwroot/index.html file.
<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 the Program.cs file.
using Syncfusion.Blazor;

builder.Services.AddSyncfusionBlazor();
  1. Add Blazor Linear Gauge component to your Razor page.
@using Syncfusion.Blazor.LinearGauge

<SfLinearGauge>
    <LinearGaugeAxes>
        <LinearGaugeAxis Minimum="0" Maximum="100">
            <LinearGaugePointers>
                <LinearGaugePointer Value="40"></LinearGaugePointer>
            </LinearGaugePointers>
        </LinearGaugeAxis>
    </LinearGaugeAxes>
</SfLinearGauge>

Documentation

Support

License

This is a commercial product and requires a paid license for possession or use. Syncfusion® licensed software is subject to the terms and conditions of 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.LinearGauge:

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.2.7 136 5/19/2026
33.2.6 326 5/12/2026
33.2.5 386 5/4/2026
33.2.4 246 4/27/2026
33.2.3 366 4/21/2026
33.1.49 582 4/13/2026
33.1.47 331 4/6/2026
33.1.46 201 3/30/2026
33.1.45 218 3/23/2026
33.1.44 715 3/16/2026
32.2.9 1,100 3/9/2026
32.2.8 439 3/2/2026
32.2.7 807 2/23/2026
32.2.5 307 2/16/2026
32.2.4 529 2/10/2026
32.2.3 643 2/5/2026
32.1.25 269 1/26/2026
32.1.24 639 1/19/2026
32.1.23 426 1/13/2026
32.1.22 970 1/5/2026
Loading failed