Back to Devexpress

ValueIndicatorComponent<TProvider> Class

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-dot-valueindicatorcomponent-1.md

latest2.7 KB
Original Source

ValueIndicatorComponent<TProvider> Class

The base class for all value indicator components.

Namespace : DevExpress.XtraGauges.Core.Model

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

NuGet Package : DevExpress.Gauges.Core

Declaration

csharp
public abstract class ValueIndicatorComponent<TProvider> :
    BaseScaleDependentComponent<TProvider>
    where TProvider : BaseShapeProvider
vb
Public MustInherit Class ValueIndicatorComponent(Of TProvider As BaseShapeProvider)
    Inherits BaseScaleDependentComponent(Of TProvider)

Type Parameters

Name
TProvider

Implements

IXtraSerializable

Inheritance

Show 16 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> ValueIndicatorComponent<TProvider> ArcScaleMarker

ArcScaleNeedle

LinearScaleLevel

LinearScaleMarker

LinearScaleMarkerComponent

ArcScaleMarkerComponent

ArcScaleNeedleComponent

LinearScaleLevelComponent

See Also

ValueIndicatorComponent<TProvider> Members

DevExpress.XtraGauges.Core.Model Namespace