Skip to main content

RangeBase Class

Serves as the base class for all ranges.

Namespace: DevExpress.Xpf.Gauges

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

NuGet Package: DevExpress.Wpf.Gauges

Declaration

public abstract class RangeBase :
    LayerBase

Remarks

The RangeBase class provides all functionality that is common for ranges derived from it (e.g. the ArcScaleRange returned by the ArcScale.Ranges property, etc.)

See Also