Skip to main content
A newer version of this page is available. .

LinearScale Class

Represents the base class for scales in linear gauges.

Namespace: DevExpress.XtraGauges.Core.Model

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

Declaration

public class LinearScale :
    BaseScaleIndependentComponent<LinearScaleProvider>,
    ILinearScale,
    IBaseScale,
    IConvertibleScaleEx,
    IConvertibleScale,
    ILogarithmicScale,
    IScale,
    IPrimitive,
    IBaseObject,
    IDisposable,
    ILogarithmicBase,
    ISupportLockUpdate,
    IDiscreteScale,
    ISupportAutoRescaling,
    ISupportAssign<LinearScale>,
    ISupportColorScheme

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>
See Also