# Gauge Types

## Content



C1Gauge comprises of three kinds of gauges: LinearGauge, RadialGauge, and BulletGraph.

|   **Type**   |   **Image**   |   **Usage**   |
| --- | --- | --- |
| **LinearGauge**: A linear gauge displays the value along a linear scale, using a linear pointer. The linear scale can be either horizontal or vertical, which can be set using the **direction** property. |   ![Basic linear gauge](https://cdn.mescius.io/document-site-files/images/b011ec9b-8b9c-49b7-96b6-ebd2d5673a5e/images/linear-gauge.png)   |   A linear gauge is commonly used to denote data as a scale value such as length, temperature, etc.   |
| **RadialGauge**: A radial gauge displays the value along a circular scale, using a curved pointer. The scale can be rotated as defined by the startAngle and sweepAngle properties. It also provides [IsReversed](/componentone/docs/xamarin/online-android/) property to reorient the radial gauge so that it is drawn reversed (counter-clockwise). |   ![](https://cdn.mescius.io/document-site-files/images/b011ec9b-8b9c-49b7-96b6-ebd2d5673a5e/images/radialgauge.png)![](https://cdn.mescius.io/document-site-files/images/b011ec9b-8b9c-49b7-96b6-ebd2d5673a5e/images/radialguage_reversed.png)   | A radial gauge is commonly used to denote data such as volume, velocity, etc. |
| **BulletGraph**: 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, bad or in some other state. |   ![Basic bullet graph](https://cdn.mescius.io/document-site-files/images/b011ec9b-8b9c-49b7-96b6-ebd2d5673a5e/images/bullet-graph.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/xamarin/online-android/controls/gaugeOverview/quick-start-add-and-configure/gaugeQuickStart)

[RadialGauge Quick Start](/componentone/docs/xamarin/online-android/controls/gaugeOverview/quick-start-add-and-configure/gaugeQuickStartRadialGauge)

[BulletGraph Quick Start](/componentone/docs/xamarin/online-android/controls/gaugeOverview/quick-start-add-and-configure/gaugeQuickStartBulletGraph)