Back to Devexpress

ArcScaleComponent Class

windowsforms-devexpress-dot-xtragauges-dot-win-dot-gauges-dot-circular.md

latest2.5 KB
Original Source

ArcScaleComponent Class

Represents a scale within a circular gauge.

Namespace : DevExpress.XtraGauges.Win.Gauges.Circular

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

NuGet Package : DevExpress.Win.Gauges

Declaration

csharp
public class ArcScaleComponent :
    ArcScale,
    ISupportInitialize,
    IBindableComponent,
    IComponent,
    IDisposable,
    ICustomizationFrameClient,
    ISupportCustomizeAction,
    ISupportVisualDesigning,
    ISupportPropertyGridWrapper,
    ISupportAssign<ArcScaleComponent>
vb
Public Class ArcScaleComponent
    Inherits ArcScale
    Implements ISupportInitialize,
               IBindableComponent,
               IComponent,
               IDisposable,
               ICustomizationFrameClient,
               ISupportCustomizeAction,
               ISupportVisualDesigning,
               ISupportPropertyGridWrapper,
               ISupportAssign(Of ArcScaleComponent)

The following members return ArcScaleComponent objects:

Remarks

See Analog Gauges to learn more.

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.ArcScaleProvider> ArcScale ArcScaleComponent

See Also

ArcScaleComponent Members

DevExpress.XtraGauges.Win.Gauges.Circular Namespace