corelibraries-devexpress-dot-xtragauges-dot-core-dot-model.md
Represents the base class for scales within circular gauges.
Namespace : DevExpress.XtraGauges.Core.Model
Assembly : DevExpress.XtraGauges.v25.2.Core.dll
NuGet Package : DevExpress.Gauges.Core
public class ArcScale :
BaseScaleIndependentComponent<ArcScaleProvider>,
IArcScale,
IBaseScale,
IConvertibleScaleEx,
IConvertibleScale,
ILogarithmicScale,
IScale,
IPrimitive,
IBaseObject,
IDisposable,
ILogarithmicBase,
ISupportLockUpdate,
IDiscreteScale,
ISupportAutoRescaling,
ISupportAssign<ArcScale>,
ISupportColorScheme
Public Class ArcScale
Inherits BaseScaleIndependentComponent(Of ArcScaleProvider)
Implements IArcScale,
IBaseScale,
IConvertibleScaleEx,
IConvertibleScale,
ILogarithmicScale,
IScale,
IPrimitive,
IBaseObject,
IDisposable,
ILogarithmicBase,
ISupportLockUpdate,
IDiscreteScale,
ISupportAutoRescaling,
ISupportAssign(Of ArcScale),
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.ArcScaleProvider> ArcScale ArcScaleComponent
See Also