LinearScaleRangeBar Class
In This Article
Represents the base class for range bars within linear gauges.
Namespace: DevExpress.XtraGauges.Core.Model
Assembly: DevExpress.XtraGauges.v24.2.Core.dll
NuGet Package: DevExpress.Gauges.Core
#Declaration
public class LinearScaleRangeBar :
BaseRangeBar,
ILinearScalePointer,
IValueIndicator,
ILinearScaleComponent,
IScaleComponent,
IPrimitive,
IBaseObject,
IDisposable,
ISupportLockUpdate,
IRangeBar,
ISupportAssign<LinearScaleRangeBar>
#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>
BaseRangeBar
LinearScaleRangeBar
See Also