Back to Devexpress

LinearScaleComponent Class

windowsforms-devexpress-dot-xtragauges-dot-win-dot-gauges-dot-linear-334c0e0f.md

latest2.6 KB
Original Source

LinearScaleComponent Class

Represents a scale within a linear gauge.

Namespace : DevExpress.XtraGauges.Win.Gauges.Linear

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

NuGet Package : DevExpress.Win.Gauges

Declaration

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

The following members return LinearScaleComponent 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.LinearScaleProvider> LinearScale LinearScaleComponent

See Also

LinearScaleComponent Members

DevExpress.XtraGauges.Win.Gauges.Linear Namespace