Back to Devexpress

BaseRangeBar Class

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-bb66993f.md

latest2.4 KB
Original Source

BaseRangeBar Class

The base class for Arc Scale and Linear Scale range bars.

Namespace : DevExpress.XtraGauges.Core.Model

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

NuGet Package : DevExpress.Gauges.Core

Declaration

csharp
public abstract class BaseRangeBar :
    BaseScaleDependentComponent<BaseRangeBarProvider>,
    IRangeBar,
    IScaleComponent,
    IPrimitive,
    IBaseObject,
    IDisposable,
    ISupportLockUpdate
vb
Public MustInherit Class BaseRangeBar
    Inherits BaseScaleDependentComponent(Of BaseRangeBarProvider)
    Implements IRangeBar,
               IScaleComponent,
               IPrimitive,
               IBaseObject,
               IDisposable,
               ISupportLockUpdate

Implements

IXtraSerializable

Inheritance

Show 12 items

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> BaseRangeBar ArcScaleRangeBar

LinearScaleRangeBar

LinearScaleRangeBarComponent

ArcScaleRangeBarComponent

See Also

BaseRangeBar Members

DevExpress.XtraGauges.Core.Model Namespace