Represents the base class for level bars within linear gauges.
Namespace:DevExpress.XtraGauges.Core.Model
Assembly:DevExpress.XtraGauges.v19.2.Core.dll

Syntax
C# |
public class LinearScaleLevel : ValueIndicatorComponent<BaseScaleLevelProvider>, IScaleLevel,
IScaleComponent,
ISupportLockUpdate,
ILinearScalePointer,
IValueIndicator,
ILinearScaleComponent,
ISupportAssign<LinearScaleLevel>
|
VB |
Public Class LinearScaleLevel Inherits ValueIndicatorComponent(of BaseScaleLevelProvider), IScaleLevel,
IScaleComponent,
ISupportLockUpdate,
ILinearScalePointer,
IValueIndicator,
ILinearScaleComponent,
ISupportAssign(of LinearScaleLevel)
|

Inheritance Hierarchy
System.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<BaseScaleLevelProvider>
ValueIndicatorComponent<BaseScaleLevelProvider>
LinearScaleLevel

See Also