Back to Devexpress

LinearScaleMarker Class

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-212036e7.md

latest2.6 KB
Original Source

LinearScaleMarker Class

Represents the base class for markers within linear gauges.

Namespace : DevExpress.XtraGauges.Core.Model

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

NuGet Package : DevExpress.Gauges.Core

Declaration

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

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> LinearScaleMarker LinearScaleMarkerComponent

See Also

LinearScaleMarker Members

DevExpress.XtraGauges.Core.Model Namespace