A newer version of this page is available.
Switch to the current version.
RangeCollection Class
Represents a collection of custom ranges.
Namespace: DevExpress.XtraGauges.Core.Model
Assembly: DevExpress.XtraGauges.v19.1.Core.dll
Declaration
public abstract class RangeCollection :
BaseChangeableList<IRange>,
ISupportAssign<RangeCollection>
Public MustInherit Class RangeCollection
Inherits BaseChangeableList(Of IRange)
Implements ISupportAssign(Of RangeCollection)
Related API Members
The following members accept/return RangeCollection objects:
Remarks
Use the ArcScale.Ranges and LinearScale.Ranges properties to specify ranges for circular and linear gauges, respectively.
Inheritance
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
Feedback