BaseScaleDependentComponent<TProvider> Class
In This Article
The base class for all dependent scale components.
Namespace: DevExpress.XtraGauges.Core.Model
Assembly: DevExpress.XtraGauges.v24.2.Core.dll
NuGet Package: DevExpress.Gauges.Core
#Declaration
public abstract class BaseScaleDependentComponent<TProvider> :
BaseScaleComponent
where TProvider : BaseProvider
#Type Parameters
Name |
---|
TProvider |
#Implements
#Inheritance
Show 31 items
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>
See Also