# Gauge Types

Develop powerful and lightweight web applications using ASP.NET MVC controls. Learn more about the ComponentOne MVC controls in ASP.NET MVC documentation.

## Content

ASP.NET MVC Edition controls comprise three kinds of gauges: [Linear Gauge](/componentone/api/mvc/online-mvc/dotnet-framework-api/C1.Web.Mvc/C1.Web.Mvc.LinearGauge.html), [Radial Gauge](/componentone/api/mvc/online-mvc/dotnet-framework-api/C1.Web.Mvc/C1.Web.Mvc.RadialGauge.html) and [Bullet Graph](/componentone/api/mvc/online-mvc/dotnet-framework-api/C1.Web.Mvc/C1.Web.Mvc.BulletGraph.html).

| **Type** | **Image** | **Usage** |
| ---- | ----- | ----- |
| **Linear Gauge**: A linear gauge displays the value along a linear scale, using a linear pointer. | ![](https://cdn.mescius.io/document-site-files/images/2b3ac322-100e-4637-958d-fb40dcda3f44/images/lineargauge.png) | A linear gauge is commonly used to denote data as a scale value such as length, temperature, etc. |
| **Radial Gauge**: A radial gauge displays the value along a circular scale, using a curved pointer. The scale can be rotated as defined by the [StartAngle](/componentone/api/mvc/online-mvc/dotnet-framework-api/C1.Web.Mvc/C1.Web.Mvc.RadialGauge.StartAngle.html) and [SweepAngle](/componentone/api/mvc/online-mvc/dotnet-framework-api/C1.Web.Mvc/C1.Web.Mvc.RadialGauge.SweepAngle.html) properties. | ![](https://cdn.mescius.io/document-site-files/images/2b3ac322-100e-4637-958d-fb40dcda3f44/images/radialgauge.png) | A radial gauge is commonly used to denote data such as volume, velocity, etc. |
| **Bullet Graph**: A bullet graph displays a single value on a linear scale, along with a target value and ranges that instantly indicate whether the value is good or bad using the [Good](/componentone/api/mvc/online-mvc/dotnet-framework-api/C1.Web.Mvc/C1.Web.Mvc.BulletGraph.Good.html) and [Bad](/componentone/api/mvc/online-mvc/dotnet-framework-api/C1.Web.Mvc/C1.Web.Mvc.BulletGraph.Bad.html) properties. | ![](https://cdn.mescius.io/document-site-files/images/2b3ac322-100e-4637-958d-fb40dcda3f44/images/bulletgraph.png) | A bullet graph is a variant of a linear gauge, designed specifically for use in dashboards that display a number of single value data, such as yearly sales revenue. |

## See Also

[LinearGauge Quick Start](/componentone/docs/mvc/online-mvc/workwithcontrols/Gauge/gaugesquickstart/GaugeQuickStart)

[RadialGauge Quick Start](/componentone/docs/mvc/online-mvc/workwithcontrols/Gauge/gaugesquickstart/gaugeQuickStartRadialGauge)

[BulletGraph Quick Start](/componentone/docs/mvc/online-mvc/workwithcontrols/Gauge/gaugesquickstart/gaugeQuickStartBulletGraph)