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.
The gauge control for Windows Forms includes four stunning skins for professional representation of gauges.
In radial gauge, the range of values can be represented using multiple needles.
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);
}
}
}
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.
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.