We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
Unfortunately, activation email could not send to your email. Please try again.
Syncfusion Feedback

Trusted by the world’s leading companies

Syncfusion Trusted Companies

Overview

The WinForms Radial or Circular Gauge helps to visualize numerical values on a circular scale. The appearance of the gauge can be fully customized to seamlessly integrate with your applications. Supports specifying the display range and changing the number of intermediate ticks on the gauge that shows values.


Appearance

The gauge control for Windows Forms includes four stunning skins for professional representation of gauges. Office style white radial gauge Blend theme radial gauge Metro theme radial gauge Office 2007 style radial gauge


Multiple Needles

In radial gauge, the range of values can be represented using multiple needles. Windows Forms radial gauge multiple needle


WinForms Radial Gauge Code Example

Easily get started with the WinForms Radial Gauge using a few simple lines of C# code example as demonstrated below. Also explore our WinForms Radial Gauge Example that shows you how to render and configure the WinForms Radial Gauge.

using Syncfusion.Windows.Forms.Gauge;
namespace WindowsFormsApplication1
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
            RadialGauge radialGauge = new RadialGauge();
            radialGauge.MinorDifference = 5;
            radialGauge.Value = 20;
            this.Controls.Add(radialGauge);
        }
    }
}



95+ WINDOWS FORMS CONTROLS

Frequently Asked Questions

  • A wide variety of gauge frames to choose from based on the requirement.
  • Complete customization using custom renderers.
  • Data binding support.
  • Arc gauge with angles.
  • Simple configuration and API.
  • Touch friendly and responsive.
  • Extensive demos, documentation to learn quickly and get started with WinForms Radial Gauge.

You can find our WinForms Radial Gauge demo on

GitHub location.

No, this is a commercial product and requires a paid license. However, a free community license is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue, 5 or fewer developers, and 10 or fewer total employees.

A good place to start would be our comprehensive getting started documentation.

Our Customers Love Us

Having an excellent set of tools and a great support team, Syncfusion reduces customers’ development time.
Here are some of their experiences.

Rated by users across the globe

Transform your applications today by downloading our free evaluation version Download Free Trial

Syncfusion Windows Forms Resources

Awards

Greatness—it’s one thing to say you have it, but it means more when others recognize it. Syncfusion is proud to hold the following industry awards.

Up arrow icon
Live Chat Icon For mobile