Skip to main content
A newer version of this page is available. .

ValueIndicatorComponent<TProvider> Class

The base class for all value indicator components.

Namespace: DevExpress.XtraGauges.Core.Model

Assembly: DevExpress.XtraGauges.v19.2.Core.dll

Declaration

public abstract class ValueIndicatorComponent<TProvider> :
    BaseScaleDependentComponent<TProvider>
    where TProvider : BaseShapeProvider

Type Parameters

Name
TProvider

Inheritance

Show 16 items
Object
BaseObject
DevExpress.XtraGauges.Core.Base.BaseElement<DevExpress.XtraGauges.Core.Primitive.IRenderableElement>
See Also