Skip to main content

ScaleRange Class

In This Article

Represents the base class for ranges associated with a scale.

Namespace: DevExpress.XtraGauges.Core.Model

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

NuGet Package: DevExpress.Gauges.Core

#Declaration

public abstract class ScaleRange :
    BaseRange,
    IScaleRange,
    IRange,
    IDisposable,
    ISupportLockUpdate,
    ISupportAcceptOrder,
    ISupportAssign<IRange>,
    INamed

#Inheritance

Object
BaseObject
DevExpress.XtraGauges.Core.Base.BaseObjectEx
See Also