Skip to main content

DigitalGaugeControl Class

A digital gauge control shipped with the DXGauge Suite.

Namespace: DevExpress.Xpf.Gauges

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

#Declaration

[DXToolboxBrowsable]
public class DigitalGaugeControl :
    GaugeControlBase

#Remarks

The DigitalGaugeControl class is a visual gauge control that can display text or numbers much like a LED device.

The following images show some examples of a digital gauge.

7 segments view type Matrix 5x8 view type
Time_seven_segments Time_matrix5x8

A gauge control is comprised of separate elements, such as symbol, symbols panel, segment, matrix cell etc. To learn more about them, refer to the Visual Elements (Digital Gauge) section.

#Examples

This example demonstrates how to create a DigitalGaugeControl instance and customize its settings.

See Also