---
title: "Introducing the New .NET MAUI Digital Gauge Control"
published_at: "2024-06-18T14:04:49+00:00"
modified_at: "2026-01-09T08:22:02+00:00"
url: "https://www.syncfusion.com/blogs/post/dotnetmaui-digital-gauge-control"
excerpt: "This blog explains the features of the new Syncfusion .NET MAUI Digital Gauge control rolled out in the 2024 Volume 2 release."
taxonomy_category:
  - ".NET MAUI"
  - "Desktop"
  - "Mobile"
  - "Syncfusion"
  - "UI"
  - "What's new"
taxonomy_post_tag:
  - ".NET MAUI"
  - "desktop"
  - "MAUI"
  - "Mobile"
  - "What's New"
---

# Introducing the New .NET MAUI Digital Gauge Control

[Jeyasri Murugan](https://www.syncfusion.com/blogs/author/jeyasrim)

![Introducing the New .NET MAUI Digital Gauge Control](https://www.syncfusion.com/blogs/wp-content/uploads/2024/06/Introducing-the-New-.NET-MAUI-Digital-Gauge-Control.png)


**TL;DR:** Experience the future of digital interaction with the cutting-edge Syncfusion .NET MAUI Digital Gauge control, unveiled in our 2024 Volume 2 release! Let’s explore its features and the steps to get started with it.

We are thrilled to introduce the new [Syncfusion .NET MAUI Digital Gauge](https://www.syncfusion.com/maui-controls/maui-digital-gauge)
 control in our most recent launch, [2024 Volume 2](https://www.syncfusion.com/forums/188642/essential-studio-2024-volume-2-main-release-v26-1-35-is-available-for-download)
! This state-of-the-art control is designed to showcase alphanumeric and special characters in a sleek digital display format. It’s a perfect fit for many applications, including dashboards, real-time monitoring systems, and data visualization.


.NET MAUI Digital Gauge

Let’s explore its key features.

## Key features

- [Character segment types](#Character)
- [Character display types](#display)
- [Appearance customization](#Appearance)

## Character segment types

The .NET MAUI Digital Gauge control offers various segment types for displaying characters, including seven, fourteen, sixteen, and 8×8 dot matrices. This flexibility allows for the precise representation of multiple data types in apps that require clear and distinct character displays.


7 segment character type in .NET MAUI Digital Gauge


14 segment character type in .NET MAUI Digital Gauge


16 segment character type in .NET MAUI Digital Gauge


8*8 dot matrices character type in .NET MAUI Digital Gauge

## Character display types

The .NET MAUI Digital Gauge control can display letters, numbers, and special characters in digital format. It is beneficial for applications like digital clocks where clear and precise character representation is crucial.


.NET MAUI Digital Gauge displaying numbers


.NET MAUI Digital Gauge displaying alphabetic letters


.NET MAUI Digital Gauge displaying special characters

## Appearance customization

To enhance visual appeal, you can customize the character’s appearance with color, size, and spacing.


Customizing characters in .NET MAUI Digital Gauge

## Getting started with .NET MAUI Digital Gauge control

We’ve seen some of the key features of the Syncfusion .NET MAUI Digital Gauge control. Now, let’s see how to integrate it into your application.

1. [Create a new .NET MAUI application](https://learn.microsoft.com/en-us/dotnet/maui/get-started/first-app?view=net-maui-8.0) in [Visual Studio](https://visualstudio.microsoft.com/vs/) .
2. **Syncfusion.Maui.Core** NuGet is a dependent package for all Syncfusion .NET MAUI controls. In the ** MauiProgram.cs** file, register the handler for Syncfusion core. ``` using Syncfusion.Maui.Core.Hosting; builder .UseMauiApp<App>() .ConfigureSyncfusionCore() ```

1. Syncfusion .NET MAUI components are available in the [NuGet Gallery](https://www.nuget.org/) . To add the **SfDigitalGauge** to your project, open the ** NuGet Package Manager** in Visual Studio and search for [Syncfusion.Maui.Gauges](https://www.nuget.org/packages/Syncfusion.Maui.Gauges) , and install it.
2. Now, import the control namespace **Syncfusion.Maui.Gauges** in your XAML or C# code and initialize the **SfDigitalGauge** control**.**** MainPage.xaml**``` xmlns:gauge="clr-namespace:Syncfusion.Maui.Gauges;assembly=Syncfusion.Maui.Gauges" <gauge:SfDigitalGauge /> ```
3. Finally, add the [Text](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Gauges.SfDigitalGauge.html#Syncfusion_Maui_Gauges_SfDigitalGauge_Text) property to display the value in the digital gauge and set the [CharacterType](https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Gauges.SfDigitalGauge.html#Syncfusion_Maui_Gauges_SfDigitalGauge_CharacterType) based on your requirements. Refer to the following code example. **MainPage.xaml**``` xmlns:gauge="clr-namespace:Syncfusion.Maui.Gauges;assembly=Syncfusion.Maui.Gauges" <gauge:SfDigitalGauge Text="06:14:56 PM" CharacterType="FourteenSegment" /> ``` Refer to the following output image.[https://www.syncfusion.com/blogs/wp-content/uploads/2024/06/Integrating-Digital-Gauge-control-in-the-.NET-MAUI-app-1.png](https://www.syncfusion.com/blogs/wp-content/uploads/2024/06/Integrating-Digital-Gauge-control-in-the-.NET-MAUI-app-1.png) Integrating Digital Gauge control in the .NET MAUI app

## GitHub reference

For more details, refer to the [.NET MAUI Digital Gauge demo on GitHub](https://github.com/SyncfusionExamples/maui-digital-gauge/tree/master/GettingStarted)
.


## Conclusion

Thanks for reading! In this blog, we’ve explored the features of the new Syncfusion [.NET MAUI Digital Gauge](https://www.syncfusion.com/maui-controls/maui-digital-gauge)
 control rolled out in the [2024 volume 2](https://www.syncfusion.com/forums/188642/essential-studio-2024-volume-2-main-release-v26-1-35-is-available-for-download)
 release. For more information, please check the [.NET MAUI Digital Gauge documentation](https://help.syncfusion.com/maui/digitalgauge/overview)
. You can also check out all the other new updates of this release in our [Release Notes](https://help.syncfusion.com/common/essential-studio/release-notes/v26.1.35)
 and [What’s New](https://www.syncfusion.com/products/whatsnew)
 pages.

For current Syncfusion customers, the newest version of Essential Studio® is available from the [license and downloads page](https://www.syncfusion.com/account/downloads)
. If you are not a customer, try our 30-day [free trial](https://www.syncfusion.com/downloads)
 to check out these new features.

If you have questions, contact us through our [support forums](https://www.syncfusion.com/forums)
, [feedback portal](https://www.syncfusion.com/feedback)
, or [support portal](https://support.syncfusion.com/)
. We are always happy to assist you!

## Related blogs

- [Syncfusion Essential Studio® 2024 Volume 2 Is Here!](https://www.syncfusion.com/blogs/post/syncfusion-essential-studio-2024-vol2)
- [Introducing the 12th Set of New .NET MAUI Controls and Features](https://www.syncfusion.com/blogs/post/syncfusion-dotnet-maui-2024-volume-2)
- [What’s New in .NET MAUI Charts: 2024 Volume 2](https://www.syncfusion.com/blogs/post/dotnet-maui-charts-2024-volume-2)
- [How to Lazy Load JSON Data in .NET MAUI DataGrid](https://www.syncfusion.com/blogs/post/lazy-load-json-data-dotnetmaui-grid)
