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

Scale Class

Serves as the base class for all scales.

Namespace: DevExpress.UI.Xaml.Gauges

Assembly: DevExpress.UI.Xaml.Gauges.v18.2.dll

Declaration

public abstract class Scale :
    GaugeElement,
    IHitTestableElement

Remarks

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

Inheritance

Object
Windows.UI.Xaml.DependencyObject
Windows.UI.Xaml.UIElement
Windows.UI.Xaml.FrameworkElement
Windows.UI.Xaml.Controls.Control
See Also