corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-78829b34.md
Represents the base class for needles within circular gauges.
Namespace : DevExpress.XtraGauges.Core.Model
Assembly : DevExpress.XtraGauges.v25.2.Core.dll
NuGet Package : DevExpress.Gauges.Core
public class ArcScaleNeedle :
ValueIndicatorComponent<BaseNeedleProvider>,
IArcScalePointer,
IValueIndicator,
IArcScaleComponent,
IScaleComponent,
IPrimitive,
IBaseObject,
IDisposable,
ISupportLockUpdate,
INeedle,
ISupportAssign<ArcScaleNeedle>
Public Class ArcScaleNeedle
Inherits ValueIndicatorComponent(Of BaseNeedleProvider)
Implements IArcScalePointer,
IValueIndicator,
IArcScaleComponent,
IScaleComponent,
IPrimitive,
IBaseObject,
IDisposable,
ISupportLockUpdate,
INeedle,
ISupportAssign(Of ArcScaleNeedle)
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<DevExpress.XtraGauges.Core.Model.BaseNeedleProvider> ValueIndicatorComponent<DevExpress.XtraGauges.Core.Model.BaseNeedleProvider> ArcScaleNeedle ArcScaleNeedleComponent
See Also