corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-1e1a880f.md
Represents a collection of custom ranges.
Namespace : DevExpress.XtraGauges.Core.Model
Assembly : DevExpress.XtraGauges.v25.2.Core.dll
NuGet Package : DevExpress.Gauges.Core
public abstract class RangeCollection :
BaseChangeableList<IRange>,
ISupportAssign<RangeCollection>
Public MustInherit Class RangeCollection
Inherits BaseChangeableList(Of IRange)
Implements ISupportAssign(Of RangeCollection)
The following members return RangeCollection objects:
Use the ArcScale.Ranges and LinearScale.Ranges properties to specify ranges for circular and linear gauges, respectively.
Object BaseObject DevExpress.XtraGauges.Core.Base.BaseReadOnlyList<DevExpress.XtraGauges.Core.Model.IRange> DevExpress.XtraGauges.Core.Base.BaseChangeableList<DevExpress.XtraGauges.Core.Model.IRange> RangeCollection
See Also