Back to Devexpress

ArcScaleMarker Class

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-c7007c8b.md

latest2.6 KB
Original Source

ArcScaleMarker Class

Represents the base class for markers within circular gauges.

Namespace : DevExpress.XtraGauges.Core.Model

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

NuGet Package : DevExpress.Gauges.Core

Declaration

csharp
public class ArcScaleMarker :
    ValueIndicatorComponent<BaseMarkerProvider>,
    IArcScalePointer,
    IValueIndicator,
    IArcScaleComponent,
    IScaleComponent,
    IPrimitive,
    IBaseObject,
    IDisposable,
    ISupportLockUpdate,
    IMarker,
    ISupportAssign<ArcScaleMarker>
vb
Public Class ArcScaleMarker
    Inherits ValueIndicatorComponent(Of BaseMarkerProvider)
    Implements IArcScalePointer,
               IValueIndicator,
               IArcScaleComponent,
               IScaleComponent,
               IPrimitive,
               IBaseObject,
               IDisposable,
               ISupportLockUpdate,
               IMarker,
               ISupportAssign(Of ArcScaleMarker)

Implements

IXtraSerializable

Inheritance

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.BaseMarkerProvider> ValueIndicatorComponent<DevExpress.XtraGauges.Core.Model.BaseMarkerProvider> ArcScaleMarker ArcScaleMarkerComponent

See Also

ArcScaleMarker Members

DevExpress.XtraGauges.Core.Model Namespace