The base class for all dependent scale components.
Namespace:DevExpress.XtraGauges.Core.Model
Assembly:DevExpress.XtraGauges.v19.2.Core.dll

Syntax
C# |
public abstract class BaseScaleDependentComponent<TProvider> : BaseScaleComponent
|
VB |
Public Class BaseScaleDependentComponent(of TProvider) Inherits BaseScaleComponent
|

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<TProvider>
ArcScaleBackgroundLayer
ArcScaleEffectLayer
ArcScaleMarker
ArcScaleNeedle
ArcScaleRangeBar
ArcScaleSpindleCap
BaseRangeBar
DevExpress.XtraGauges.Core.Model.LayerComponent<TProvider>
LinearScaleBackgroundLayer
LinearScaleEffectLayer
LinearScaleLevel
LinearScaleMarker
LinearScaleRangeBar
ValueIndicatorComponent<TProvider>

See Also