DigitalGaugeControl Class
In This Article
A digital gauge control shipped with the DXGauge Suite.
Namespace: DevExpress.Xpf.Gauges
Assembly: DevExpress.Xpf.Gauges.v14.2.dll
#Declaration
#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 |
---|---|
![]() |
![]() |
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.
#Inheritance
#Extension Methods
See Also