Back to Devexpress

LinearScaleRangeBar Class

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

latest2.5 KB
Original Source

LinearScaleRangeBar Class

Represents the base class for range bars within linear gauges.

Namespace : DevExpress.XtraGauges.Core.Model

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

NuGet Package : DevExpress.Gauges.Core

Declaration

csharp
public class LinearScaleRangeBar :
    BaseRangeBar,
    ILinearScalePointer,
    IValueIndicator,
    ILinearScaleComponent,
    IScaleComponent,
    IPrimitive,
    IBaseObject,
    IDisposable,
    ISupportLockUpdate,
    IRangeBar,
    ISupportAssign<LinearScaleRangeBar>
vb
Public Class LinearScaleRangeBar
    Inherits BaseRangeBar
    Implements ILinearScalePointer,
               IValueIndicator,
               ILinearScaleComponent,
               IScaleComponent,
               IPrimitive,
               IBaseObject,
               IDisposable,
               ISupportLockUpdate,
               IRangeBar,
               ISupportAssign(Of LinearScaleRangeBar)

Implements

IXtraSerializable

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> BaseRangeBar LinearScaleRangeBar LinearScaleRangeBarComponent

See Also

LinearScaleRangeBar Members

DevExpress.XtraGauges.Core.Model Namespace