corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-c7007c8b.md
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
public class ArcScaleMarker :
ValueIndicatorComponent<BaseMarkerProvider>,
IArcScalePointer,
IValueIndicator,
IArcScaleComponent,
IScaleComponent,
IPrimitive,
IBaseObject,
IDisposable,
ISupportLockUpdate,
IMarker,
ISupportAssign<ArcScaleMarker>
Public Class ArcScaleMarker
Inherits ValueIndicatorComponent(Of BaseMarkerProvider)
Implements IArcScalePointer,
IValueIndicator,
IArcScaleComponent,
IScaleComponent,
IPrimitive,
IBaseObject,
IDisposable,
ISupportLockUpdate,
IMarker,
ISupportAssign(Of ArcScaleMarker)
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