Back to Devexpress

GaugeControlBase.AddDigitalGauge() Method

windowsforms-devexpress-dot-xtragauges-dot-win-dot-gaugecontrolbase-dfd11271.md

latest1.4 KB
Original Source

GaugeControlBase.AddDigitalGauge() Method

Adds a new DigitalGauge to the control.

Namespace : DevExpress.XtraGauges.Win

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

NuGet Package : DevExpress.Win.Gauges

Declaration

csharp
public DigitalGauge AddDigitalGauge()
vb
Public Function AddDigitalGauge As DigitalGauge

Returns

TypeDescription
DigitalGauge

The newly created DigitalGauge.

|

Remarks

The AddDigitalGauge method assigns a unique name to the gauge, and adds it to the GaugeControlBase.Gauges collection.

See Also

GaugeControlBase Class

GaugeControlBase Members

DevExpress.XtraGauges.Win Namespace