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

LinearScaleRangeBar Class

Represents the base class for range bars within linear gauges.

Namespace: DevExpress.XtraGauges.Core.Model

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

Declaration

public class LinearScaleRangeBar :
    BaseRangeBar,
    ILinearScalePointer,
    IValueIndicator,
    ILinearScaleComponent,
    IScaleComponent,
    IPrimitive,
    IBaseObject,
    IDisposable,
    ISupportLockUpdate,
    IRangeBar,
    ISupportAssign<LinearScaleRangeBar>

Inheritance

Object
BaseObject
DevExpress.XtraGauges.Core.Base.BaseElement<DevExpress.XtraGauges.Core.Primitive.IRenderableElement>
DevExpress.XtraGauges.Core.Base.BaseLeaf<DevExpress.XtraGauges.Core.Primitive.IRenderableElement>
BaseLeafPrimitive
BaseScaleComponent
BaseScaleDependentComponent<DevExpress.XtraGauges.Core.Model.BaseRangeBarProvider>
See Also