corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-0f27a089.md
Represents the base class for level bars within linear gauges.
Namespace : DevExpress.XtraGauges.Core.Model
Assembly : DevExpress.XtraGauges.v25.2.Core.dll
NuGet Package : DevExpress.Gauges.Core
public class LinearScaleLevel :
ValueIndicatorComponent<BaseScaleLevelProvider>,
IScaleLevel,
IScaleComponent,
IPrimitive,
IBaseObject,
IDisposable,
ISupportLockUpdate,
ILinearScalePointer,
IValueIndicator,
ILinearScaleComponent,
ISupportAssign<LinearScaleLevel>
Public Class LinearScaleLevel
Inherits ValueIndicatorComponent(Of BaseScaleLevelProvider)
Implements IScaleLevel,
IScaleComponent,
IPrimitive,
IBaseObject,
IDisposable,
ISupportLockUpdate,
ILinearScalePointer,
IValueIndicator,
ILinearScaleComponent,
ISupportAssign(Of LinearScaleLevel)
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.BaseScaleLevelProvider> ValueIndicatorComponent<DevExpress.XtraGauges.Core.Model.BaseScaleLevelProvider> LinearScaleLevel LinearScaleLevelComponent
See Also