LinearScaleLevel Class
Represents the base class for level bars within linear gauges.
Namespace: DevExpress.XtraGauges.Core.Model
Assembly: DevExpress.XtraGauges.v24.1.Core.dll
NuGet Package: DevExpress.Gauges.Core
Declaration
public class LinearScaleLevel :
ValueIndicatorComponent<BaseScaleLevelProvider>,
IScaleLevel,
IScaleComponent,
IPrimitive,
IBaseObject,
IDisposable,
ISupportLockUpdate,
ILinearScalePointer,
IValueIndicator,
ILinearScaleComponent,
ISupportAssign<LinearScaleLevel>
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.BaseScaleLevelProvider>
ValueIndicatorComponent<DevExpress.XtraGauges.Core.Model.BaseScaleLevelProvider>
LinearScaleLevel
See Also