Skip to main content

ValueIndicatorComponent<TProvider> Class

The base class for all value indicator components.

Namespace: DevExpress.XtraGauges.Core.Model

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

NuGet Package: DevExpress.Gauges.Core

#Declaration

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

#Type Parameters

Name
TProvider

#Implements

#Inheritance

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