Skip to main content

DigitalGauge.Text Property

Gets or sets the text displayed by the gauge.

Namespace: DevExpress.XtraGauges.Win.Gauges.Digital

Assembly: DevExpress.XtraGauges.v23.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.

See Also