Back to Devexpress

GaugeControlBase.AddLinearGauge() Method

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

latest1.4 KB
Original Source

GaugeControlBase.AddLinearGauge() Method

Adds a new LinearGauge to the control.

Namespace : DevExpress.XtraGauges.Win

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

NuGet Package : DevExpress.Win.Gauges

Declaration

csharp
public LinearGauge AddLinearGauge()
vb
Public Function AddLinearGauge As LinearGauge

Returns

TypeDescription
LinearGauge

The newly created LinearGauge.

|

Remarks

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