Back to Devexpress

LinearScale Class

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-24fe2c3e.md

latest2.5 KB
Original Source

LinearScale Class

Represents the base class for scales in linear gauges.

Namespace : DevExpress.XtraGauges.Core.Model

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

NuGet Package : DevExpress.Gauges.Core

Declaration

csharp
public class LinearScale :
    BaseScaleIndependentComponent<LinearScaleProvider>,
    ILinearScale,
    IBaseScale,
    IConvertibleScaleEx,
    IConvertibleScale,
    ILogarithmicScale,
    IScale,
    IPrimitive,
    IBaseObject,
    IDisposable,
    ILogarithmicBase,
    ISupportLockUpdate,
    IDiscreteScale,
    ISupportAutoRescaling,
    ISupportAssign<LinearScale>,
    ISupportColorScheme
vb
Public Class LinearScale
    Inherits BaseScaleIndependentComponent(Of LinearScaleProvider)
    Implements ILinearScale,
               IBaseScale,
               IConvertibleScaleEx,
               IConvertibleScale,
               ILogarithmicScale,
               IScale,
               IPrimitive,
               IBaseObject,
               IDisposable,
               ILogarithmicBase,
               ISupportLockUpdate,
               IDiscreteScale,
               ISupportAutoRescaling,
               ISupportAssign(Of LinearScale),
               ISupportColorScheme

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 DevExpress.XtraGauges.Core.Model.BaseScaleIndependentComponent<DevExpress.XtraGauges.Core.Model.LinearScaleProvider> LinearScale LinearScaleComponent

See Also

LinearScale Members

DevExpress.XtraGauges.Core.Model Namespace