Skip to main content

LinearGauge.AddLevel() Method

Adds a level bar to the gauge.

Namespace: DevExpress.XtraGauges.Win.Gauges.Linear

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

NuGet Package: DevExpress.Win.Gauges

Declaration

public LinearScaleLevelComponent AddLevel()

Returns

Type Description
LinearScaleLevelComponent

A LinearScaleLevelComponent object that has been added.

See Also