Skip to main content

ArcScaleRangeBar Class

Represents the base class for range bars within circular gauges.

Namespace: DevExpress.XtraGauges.Core.Model

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

NuGet Package: DevExpress.Gauges.Core

Declaration

public class ArcScaleRangeBar :
    BaseRangeBar,
    IArcScalePointer,
    IValueIndicator,
    IArcScaleComponent,
    IScaleComponent,
    IPrimitive,
    IBaseObject,
    IDisposable,
    ISupportLockUpdate,
    ISupportAssign<ArcScaleRangeBar>

Implements

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