ComponentOne Xamarin.Android
Gauge Types
Controls > Gauge > Gauge Types

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

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 property to reorient the radial gauge so that it is drawn reversed (counter-clockwise).

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

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