Skip to main content

LinearGauge.AddRangeBar() Method

Adds a range bar to the gauge.

Namespace: DevExpress.XtraGauges.Win.Gauges.Linear

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

Declaration

public LinearScaleRangeBarComponent AddRangeBar()

Returns

Type Description
LinearScaleRangeBarComponent

A LinearScaleRangeBarComponent object that has been added.

See Also