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

LinearScaleComponent Class

Represents a scale within a linear gauge.

Namespace: DevExpress.XtraGauges.Win.Gauges.Linear

Assembly: DevExpress.XtraGauges.v18.1.Win.dll

Declaration

public class LinearScaleComponent :
    LinearScale,
    ISupportInitialize,
    IBindableComponent,
    IComponent,
    IDisposable,
    ICustomizationFrameClient,
    ISupportCustomizeAction,
    ISupportVisualDesigning,
    ISupportPropertyGridWrapper,
    ISupportAssign<LinearScaleComponent>

The following members accept/return LinearScaleComponent objects:

Remarks

See Analog Gauges to learn more.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the LinearScaleComponent class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

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