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

DigitalGauge.Text Property

Gets or sets the text displayed by the gauge.

Namespace: DevExpress.XtraGauges.Win.Gauges.Digital

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

NuGet Package: DevExpress.Win.Gauges

Declaration

[Bindable(true)]
[DefaultValue("0")]
[DXCategory("Appearance")]
[XtraSerializableProperty]
public string Text { get; set; }

Property Value

Type Default Description
String "0"

A string that specifies the text displayed by the gauge.

Remarks

Different sets of characters are supported in different display modes (DigitalGauge.DisplayMode). See the following table:

Display Mode (DigitalGauge.DisplayMode)

Supported Characters

SevenSegment

0-9

‘ , . : (All these characters except the point character can only be displayed between letters and numerals. The point character can also be displayed at the end of the text.)

Space character. .

FourteenSegment

Latin letters (‘A’-‘Z’)

0-9

‘ , . : (All these characters except the point character can only be displayed between letters and numerals. The point character can also be displayed at the end of the text.)

    • /

Space character.

Matrix5x8 and Matrix8x14

All characters enumerated by the Lucida Console font.

The number of characters displayed by the digital gauge is specified by the DigitalGauge.DigitCount property.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the Text property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also