LinearGauge.RangeBars Property
Provides access to the range bar collection for the current gauge.
Namespace: DevExpress.XtraGauges.Win.Gauges.Linear
Assembly: DevExpress.XtraGauges.v24.1.Win.dll
NuGet Package: DevExpress.Win.Gauges
Declaration
[DXCategory("Appearance")]
public LinearScaleRangeBarComponentCollection RangeBars { get; }
Property Value
Type | Description |
---|---|
DevExpress.XtraGauges.Win.Gauges.Linear.LinearScaleRangeBarComponentCollection | A LinearScaleRangeBarComponentCollection object that represents the collection of range bar objects. |
Remarks
The collection’s elements are of the LinearScaleRangeBarComponent type.
See Also