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

ScaleRange Class

Represents the base class for ranges associated with a scale.

Namespace: DevExpress.XtraGauges.Core.Model

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

Declaration

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

Inheritance

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