corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-24fe2c3e.md
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
public class LinearScale :
BaseScaleIndependentComponent<LinearScaleProvider>,
ILinearScale,
IBaseScale,
IConvertibleScaleEx,
IConvertibleScale,
ILogarithmicScale,
IScale,
IPrimitive,
IBaseObject,
IDisposable,
ILogarithmicBase,
ISupportLockUpdate,
IDiscreteScale,
ISupportAutoRescaling,
ISupportAssign<LinearScale>,
ISupportColorScheme
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
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