Skip to main content
A newer version of this page is available. .

DigitalGaugeDisplayMode Enum

Contains values that specify how text is digital gauges is rendered.

Namespace: DevExpress.XtraGauges.Core.Model

Assembly: DevExpress.XtraGauges.v20.2.Core.dll

NuGet Packages: DevExpress.Gauges.Core, DevExpress.WindowsDesktop.Gauges.Core

Declaration

public enum DigitalGaugeDisplayMode

Members

Name Description
SevenSegment

Symbols are represented using the 7-segment style.

FourteenSegment

Symbols are represented using the 14-segment style.

Matrix5x8

Symbols are represented using the 5x8 matrix.

Matrix8x14

Symbols are represented using the 8x14 matrix.

Related API Members

The following properties accept/return DigitalGaugeDisplayMode values:

Remarks

Use the DigitalGauge.DisplayMode property to specify the text display mode in digital gauges. For information on what symbols can be rendered in particular modes, see the DigitalGauge.Text property.

See Also