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

Scale Class

Serves as the base class for all scales.

Namespace: DevExpress.Xpf.Gauges

Assembly: DevExpress.Xpf.Gauges.v21.2.dll

NuGet Package: DevExpress.Wpf.Gauges

Declaration

public abstract class Scale :
    GaugeElement,
    IWeakEventListener,
    IHitTestableElement,
    IModelSupported,
    ILayoutCalculator

Remarks

The Scale class serves as the base for all other classes that store scales (e.g. the ArcScale returned by the CircularGaugeControl.Scales property, etc.)

See Also