Skip to main content
A newer version of this page is available. .

CircularGauge.RangeBars Property

Provides access to the range bar collection for the current gauge.

Namespace: DevExpress.XtraGauges.Win.Gauges.Circular

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

Declaration

[DXCategory("Appearance")]
public ArcScaleRangeBarComponentCollection RangeBars { get; }

Property Value

Type Description
DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleRangeBarComponentCollection

An ArcScaleRangeBarComponentCollection object that represents the collection of range bar objects.

Remarks

The collection’s elements are of the ArcScaleRangeBarComponent type.

See Also