Skip to main content

CircularGaugeControl Class

A Circular Gauge control shipped with the DXGauges Suite.

Namespace: DevExpress.Xpf.Gauges

Assembly: DevExpress.Xpf.Gauges.v14.2.dll

#Declaration

[DXToolboxBrowsable]
public class CircularGaugeControl :
    AnalogGaugeControl

#Remarks

The CircularGaugeControl class is a visual gauge control intended for creating speedometers, tachometers, stopwatches, clocks, etc.

The following images show some examples of a circular gauge.

Weather Forecast World Time
CircularGauge_WeatherForecast CircularGauge_WorldTime

A gauge control is comprised of separate elements, such as needles, scales, markers, range bars, ranges, etc. To learn more about them, refer to the Visual Elements (Circular Gauge) section.

#Examples

This example illustrates how to create a CircularGaugeControl instance with a single ArcScale object.

See Also