Skip to main content

CircularGauge.AddRangeBar() Method

Adds a range bar to the gauge.

Namespace: DevExpress.XtraGauges.Win.Gauges.Circular

Assembly: DevExpress.XtraGauges.v24.1.Win.dll

NuGet Package: DevExpress.Win.Gauges

Declaration

public ArcScaleRangeBarComponent AddRangeBar()

Returns

Type Description
ArcScaleRangeBarComponent

An ArcScaleRangeBarComponent object that has been added.

See Also