Back to Devexpress

GaugeControlBase.AddStateIndicatorGauge() Method

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

latest1.5 KB
Original Source

GaugeControlBase.AddStateIndicatorGauge() Method

Adds a new StateIndicatorGauge to the control.

Namespace : DevExpress.XtraGauges.Win

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

NuGet Package : DevExpress.Win.Gauges

Declaration

csharp
public StateIndicatorGauge AddStateIndicatorGauge()
vb
Public Function AddStateIndicatorGauge As StateIndicatorGauge

Returns

TypeDescription
StateIndicatorGauge

The newly created StateIndicatorGauge.

|

Remarks

The AddStateIndicatorGauge 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